forked from OSchip/llvm-project
Since this function returns an int, let's actually return something.
llvm-svn: 9734
This commit is contained in:
parent
51b560602e
commit
07b385da27
|
@ -246,6 +246,7 @@ public:
|
|||
"eliminateCallFramePseudoInstr must be implemented if using"
|
||||
" call frame setup/destroy pseudo instructions!");
|
||||
assert(0 && "Call Frame Pseudo Instructions do not exist on this target!");
|
||||
return -1;
|
||||
}
|
||||
|
||||
/// processFunctionBeforeFrameFinalized - This method is called immediately
|
||||
|
|
Loading…
Reference in New Issue