mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix warnings about reaching end of non-void function
llvm-svn: 13852
This commit is contained in:
parent
b45f773d5f
commit
91633c1b92
@ -491,6 +491,7 @@ Andersens::Node *Andersens::getNodeForConstantPointer(Constant *C) {
|
||||
} else {
|
||||
assert(0 && "Unknown constant pointer!");
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
/// getNodeForConstantPointerTarget - Return the node POINTED TO by the
|
||||
@ -518,6 +519,7 @@ Andersens::Node *Andersens::getNodeForConstantPointerTarget(Constant *C) {
|
||||
} else {
|
||||
assert(0 && "Unknown constant pointer!");
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
/// AddGlobalInitializerConstraints - Add inclusion constraints for the memory
|
||||
|
Loading…
Reference in New Issue
Block a user