diff options
| author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-07-16 14:28:46 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-07-16 14:28:46 +0000 |
| commit | 1fa01d307cc5433b4352bbbb6b33799304c8063a (patch) | |
| tree | 6e5b04d3058db7f139ef114874796b280a343455 /llvm/lib/Target | |
| parent | bd41c83ab02025f9d541f6fd0e612d0cb810b20b (diff) | |
| download | bcm5719-llvm-1fa01d307cc5433b4352bbbb6b33799304c8063a.tar.gz bcm5719-llvm-1fa01d307cc5433b4352bbbb6b33799304c8063a.zip | |
We definitely have 1-0 bools
llvm-svn: 76046
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp index df9164a07a3..51a3e641d5d 100644 --- a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp +++ b/llvm/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); |

