Since this function returns an int, let's actually return something.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9734 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2003-11-05 19:48:05 +00:00
parent 26f51d6087
commit 80f0b57b5d

View File

@ -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