[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineModuleInfo.h

Jim Laskey jlaskey at apple.com
Mon Jan 29 15:40:52 PST 2007



Changes in directory llvm/include/llvm/CodeGen:

MachineModuleInfo.h updated: 1.2 -> 1.3
---
Log message:

Out of line function.

---
Diffs of the changes:  (+1 -2)

 MachineModuleInfo.h |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm/include/llvm/CodeGen/MachineModuleInfo.h
diff -u llvm/include/llvm/CodeGen/MachineModuleInfo.h:1.2 llvm/include/llvm/CodeGen/MachineModuleInfo.h:1.3
--- llvm/include/llvm/CodeGen/MachineModuleInfo.h:1.2	Mon Jan 29 17:20:22 2007
+++ llvm/include/llvm/CodeGen/MachineModuleInfo.h	Mon Jan 29 17:40:33 2007
@@ -36,7 +36,6 @@
 #include "llvm/ADT/UniqueVector.h"
 #include "llvm/GlobalValue.h"
 #include "llvm/Pass.h"
-#include "llvm/Target/TargetOptions.h"
 
 namespace llvm {
 
@@ -1028,7 +1027,7 @@
   
   /// needsFrameInfo - Returns true if we need to gather callee-saved register
   /// move info for the frame.
-  bool needsFrameInfo() const { return hasDebugInfo() || ExceptionHandling; }
+  bool needsFrameInfo() const;
   
   /// NextLabelID - Return the next unique label id.
   ///






More information about the llvm-commits mailing list