[llvm-commits] CVS: llvm/lib/Target/TargetLowering.cpp

Chris Lattner lattner at cs.uiuc.edu
Tue Sep 27 15:14:07 PDT 2005



Changes in directory llvm/lib/Target:

TargetLowering.cpp updated: 1.11 -> 1.12
---
Log message:

initialize new flag


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

 TargetLowering.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Target/TargetLowering.cpp
diff -u llvm/lib/Target/TargetLowering.cpp:1.11 llvm/lib/Target/TargetLowering.cpp:1.12
--- llvm/lib/Target/TargetLowering.cpp:1.11	Sat Aug 27 14:09:02 2005
+++ llvm/lib/Target/TargetLowering.cpp	Tue Sep 27 17:13:56 2005
@@ -29,6 +29,7 @@
   memset(RegClassForVT, 0,MVT::LAST_VALUETYPE*sizeof(TargetRegisterClass*));
   maxStoresPerMemSet = maxStoresPerMemCpy = maxStoresPerMemMove = 8;
   allowUnalignedMemoryAccesses = false;
+  UseUnderscoreSetJmpLongJmp = false;
 }
 
 TargetLowering::~TargetLowering() {}






More information about the llvm-commits mailing list