diff options
| author | Duncan Sands <baldrick@free.fr> | 2008-11-23 15:47:28 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2008-11-23 15:47:28 +0000 |
| commit | 8cf4a828c81246eacf7ee4d0113356a32466505a (patch) | |
| tree | b01af31eef20a09ae34c43348eee69ca29abcf9d /lib/Target/XCore | |
| parent | 62ef4f1575f313cc12c12599c2781bf7feeacde5 (diff) | |
| download | external_llvm-8cf4a828c81246eacf7ee4d0113356a32466505a.zip external_llvm-8cf4a828c81246eacf7ee4d0113356a32466505a.tar.gz external_llvm-8cf4a828c81246eacf7ee4d0113356a32466505a.tar.bz2 | |
Rename SetCCResultContents to BooleanContents. In
practice these booleans are mostly produced by SetCC,
however the concept is more general.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59911 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/XCore')
| -rw-r--r-- | lib/Target/XCore/XCoreISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/XCore/XCoreISelLowering.cpp b/lib/Target/XCore/XCoreISelLowering.cpp index 822550a..4e06c24 100644 --- a/lib/Target/XCore/XCoreISelLowering.cpp +++ b/lib/Target/XCore/XCoreISelLowering.cpp @@ -74,7 +74,7 @@ XCoreTargetLowering::XCoreTargetLowering(XCoreTargetMachine &XTM) setSchedulingPreference(SchedulingForRegPressure); // Use i32 for setcc operations results (slt, sgt, ...). - setSetCCResultContents(ZeroOrOneSetCCResult); + setBooleanContents(ZeroOrOneBooleanContent); // XCore does not have the NodeTypes below. setOperationAction(ISD::BR_CC, MVT::Other, Expand); |
