We definitely have 1-0 bools

llvm-svn: 76046
This commit is contained in:
Anton Korobeynikov 2009-07-16 14:28:46 +00:00
parent bd41c83ab0
commit 1fa01d307c
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ SystemZTargetLowering::SystemZTargetLowering(SystemZTargetMachine &tm) :
setStackPointerRegisterToSaveRestore(SystemZ::R15D);
setSchedulingPreference(SchedulingForLatency);
setBooleanContents(ZeroOrOneBooleanContent);
setOperationAction(ISD::RET, MVT::Other, Custom);