From: Anton Korobeynikov Date: Thu, 16 Jul 2009 14:28:46 +0000 (+0000) Subject: We definitely have 1-0 bools X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=159ac63ba19f17f82df8975208bdad16ebd01c0f;p=oota-llvm.git We definitely have 1-0 bools git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76046 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SystemZ/SystemZISelLowering.cpp b/lib/Target/SystemZ/SystemZISelLowering.cpp index df9164a07a3..51a3e641d5d 100644 --- a/lib/Target/SystemZ/SystemZISelLowering.cpp +++ b/lib/Target/SystemZ/SystemZISelLowering.cpp @@ -79,6 +79,7 @@ SystemZTargetLowering::SystemZTargetLowering(SystemZTargetMachine &tm) : setStackPointerRegisterToSaveRestore(SystemZ::R15D); setSchedulingPreference(SchedulingForLatency); + setBooleanContents(ZeroOrOneBooleanContent); setOperationAction(ISD::RET, MVT::Other, Custom);