[NVPTX] Add missing boolean vector contents flag
authorJustin Holewinski <jholewinski@nvidia.com>
Fri, 27 Jun 2014 18:35:42 +0000 (18:35 +0000)
committerJustin Holewinski <jholewinski@nvidia.com>
Fri, 27 Jun 2014 18:35:42 +0000 (18:35 +0000)
llvm-svn: 211937

llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp

index 9d7bfbf..b324cdb 100644 (file)
@@ -111,6 +111,7 @@ NVPTXTargetLowering::NVPTXTargetLowering(NVPTXTargetMachine &TM)
   MaxStoresPerMemmove = (unsigned) 0xFFFFFFFF;
 
   setBooleanContents(ZeroOrNegativeOneBooleanContent);
+  setBooleanVectorContents(ZeroOrNegativeOneBooleanContent);
 
   // Jump is Expensive. Don't create extra control flow for 'and', 'or'
   // condition branches.