The BLX instruction is encoded differently than the BL, because why not? In
[oota-llvm.git] / test / Analysis / GlobalsModRef / purecse.ll
index 1977f4750e9131c64ab4417ccc856b9560c63487..994aff8d4c684e4f80d4094eb5481f74cc1addb5 100644 (file)
@@ -1,5 +1,5 @@
 ; Test that pure functions are cse'd away
-; RUN: llvm-as < %s | opt -globalsmodref-aa -load-vn -gcse -instcombine | \
+; RUN: opt < %s -globalsmodref-aa -gvn -instcombine | \
 ; RUN: llvm-dis | not grep sub
 
 define i32 @pure(i32 %X) {