summaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-11-23 15:47:28 +0000
committerDuncan Sands <baldrick@free.fr>2008-11-23 15:47:28 +0000
commit03228089d5235f8c90477f88809139464e9c6ea5 (patch)
treeb01af31eef20a09ae34c43348eee69ca29abcf9d /lib/Target/CellSPU
parentcdfc51ffe3eda17a611fe2aaed1a2e6650d3d203 (diff)
downloadexternal_llvm-03228089d5235f8c90477f88809139464e9c6ea5.zip
external_llvm-03228089d5235f8c90477f88809139464e9c6ea5.tar.gz
external_llvm-03228089d5235f8c90477f88809139464e9c6ea5.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/CellSPU')
-rw-r--r--lib/Target/CellSPU/SPUISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/CellSPU/SPUISelLowering.cpp b/lib/Target/CellSPU/SPUISelLowering.cpp
index d44da75..033b8a7 100644
--- a/lib/Target/CellSPU/SPUISelLowering.cpp
+++ b/lib/Target/CellSPU/SPUISelLowering.cpp
@@ -393,7 +393,7 @@ SPUTargetLowering::SPUTargetLowering(SPUTargetMachine &TM)
setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Custom);
setShiftAmountType(MVT::i32);
- setSetCCResultContents(ZeroOrOneSetCCResult);
+ setBooleanContents(ZeroOrOneBooleanContent);
setStackPointerRegisterToSaveRestore(SPU::R1);