diff options
-rw-r--r-- | include/llvm/Target/MRegisterInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Target/MRegisterInfo.h b/include/llvm/Target/MRegisterInfo.h index 469242c1a9..a87c74fc4e 100644 --- a/include/llvm/Target/MRegisterInfo.h +++ b/include/llvm/Target/MRegisterInfo.h @@ -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 |