aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-03-08 15:37:03 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-03-08 15:37:03 +0000
commitff1ccdf9c58d12b142b3ab7473ac531cc5728a06 (patch)
tree70161b93d613e73bd5c9c800b76497a7f9a97049 /lib
parent03abf2f2aa77ddd23b74e431005bf773ce1cf0aa (diff)
downloadexternal_llvm-ff1ccdf9c58d12b142b3ab7473ac531cc5728a06.zip
external_llvm-ff1ccdf9c58d12b142b3ab7473ac531cc5728a06.tar.gz
external_llvm-ff1ccdf9c58d12b142b3ab7473ac531cc5728a06.tar.bz2
R600: Set BooleanContents to ZeroOrNegativeOneBooleanContent
Reviewed-by: Christian König <christian.koenig@amd.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176696 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/R600/R600ISelLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/R600/R600ISelLowering.cpp b/lib/Target/R600/R600ISelLowering.cpp
index 54ee758..e5f6b51 100644
--- a/lib/Target/R600/R600ISelLowering.cpp
+++ b/lib/Target/R600/R600ISelLowering.cpp
@@ -94,6 +94,7 @@ R600TargetLowering::R600TargetLowering(TargetMachine &TM) :
setTargetDAGCombine(ISD::EXTRACT_VECTOR_ELT);
setTargetDAGCombine(ISD::SELECT_CC);
+ setBooleanContents(ZeroOrNegativeOneBooleanContent);
setSchedulingPreference(Sched::VLIW);
}