add assert in argpromotion, which cannot trigger
[oota-llvm.git] / lib / Transforms / IPO / IPO.cpp
index 43066076ca688bcb2ae2f03b920d6ed9a0e99120..83e8624fe09df2ea624423195160873f928453f6 100644 (file)
@@ -63,7 +63,7 @@ void LLVMAddPruneEHPass(LLVMPassManagerRef PM) {
 }
 
 void LLVMAddRaiseAllocationsPass(LLVMPassManagerRef PM) {
-  unwrap(PM)->add(createRaiseAllocationsPass());
+  // FIXME: Remove in LLVM 3.0.
 }
 
 void LLVMAddStripDeadPrototypesPass(LLVMPassManagerRef PM) {