R600: Initialize BooleanVectorContents

Fixes test/CodeGen/R600/setcc.ll

llvm-svn: 180231
This commit is contained in:
Tom Stellard 2013-04-24 23:56:18 +00:00
parent 34e4068d05
commit 87047f69ad
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ R600TargetLowering::R600TargetLowering(TargetMachine &TM) :
setTargetDAGCombine(ISD::SELECT_CC);
setBooleanContents(ZeroOrNegativeOneBooleanContent);
setBooleanVectorContents(ZeroOrNegativeOneBooleanContent);
setSchedulingPreference(Sched::VLIW);
}