Model stacksave and stackrestore as both writing memory, since we
[oota-llvm.git] / test / Transforms / Inline / cfg_preserve_test.ll
index 83179a045c4e2b594e5002f03ff1cba70242b025..c444f3a2298e73b14c619539eedd51529a8d9cfa 100644 (file)
@@ -1,6 +1,6 @@
 ; This test ensures that inlining an "empty" function does not destroy the CFG
 ;
-; RUN: as < %s | opt -inline | dis | not grep br
+; RUN: llvm-upgrade < %s | llvm-as | opt -inline | llvm-dis | not grep br
 
 int %func(int %i) {
        ret int %i