[llvm-commits] [llvm] r76046 - /llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp
Anton Korobeynikov
asl at math.spbu.ru
Thu Jul 16 07:28:47 PDT 2009
Author: asl
Date: Thu Jul 16 09:28:46 2009
New Revision: 76046
URL: http://llvm.org/viewvc/llvm-project?rev=76046&view=rev
Log:
We definitely have 1-0 bools
Modified:
llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp
Modified: llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp?rev=76046&r1=76045&r2=76046&view=diff
==============================================================================
--- llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp Thu Jul 16 09:28:46 2009
@@ -79,6 +79,7 @@
setStackPointerRegisterToSaveRestore(SystemZ::R15D);
setSchedulingPreference(SchedulingForLatency);
+ setBooleanContents(ZeroOrOneBooleanContent);
setOperationAction(ISD::RET, MVT::Other, Custom);
More information about the llvm-commits
mailing list