fix rdar://9289583 - fast isel should handle non-canonical commutative binops
[oota-llvm.git] / test / Transforms / ScalarRepl / volatile.ll
index 5f9fe0d89a5a318e1533397633f7da1b96c32060..3ff322e065cbbdd5a7b4d144eb8ebb671de7c07c 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | grep {volatile load}
-; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | grep {volatile store}
+; RUN: opt < %s -scalarrepl -S | grep {volatile load}
+; RUN: opt < %s -scalarrepl -S | grep {volatile store}
 
 define i32 @voltest(i32 %T) {
        %A = alloca {i32, i32}