Changes in directory llvm/lib/Target:

TargetLowering.cpp updated: 1.19 -> 1.20
---
Log message:

initialize an instance var, apparently I forgot to commit this long ago



---
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.19 
llvm/lib/Target/TargetLowering.cpp:1.20
--- llvm/lib/Target/TargetLowering.cpp:1.19     Wed Jan 25 12:52:42 2006
+++ llvm/lib/Target/TargetLowering.cpp  Wed Jan 25 12:57:15 2006
@@ -32,6 +32,7 @@
   UseUnderscoreSetJmpLongJmp = false;
   IntDivIsCheap = false;
   Pow2DivIsCheap = false;
+  StackPointerRegisterToSaveRestore = 0;
   SchedPreferenceInfo = SchedulingForLatency;
 }
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to