AVX512: SETCC returns i1 for AVX-512 and i8 for all others
[oota-llvm.git] / lib / Target / NVPTX / NVPTXAllocaHoisting.h
index 19d73c5783cbd0f0d18e90bbf724e5749bac8b6b..d3305701a5b7a18e492d986ab47de18be263b082 100644 (file)
@@ -32,6 +32,7 @@ public:
 
   void getAnalysisUsage(AnalysisUsage &AU) const {
     AU.addRequired<DataLayout>();
+    AU.addPreserved("stack-protector");
     AU.addPreserved<MachineFunctionAnalysis>();
   }