mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
Since this function returns an int, let's actually return something.
llvm-svn: 9734
This commit is contained in:
parent
8db910f7cb
commit
7fa3523f55
@ -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
Block a user