Add enforce known alignment test with address space
[oota-llvm.git] / test / Transforms / InstCombine / known_align.ll
index a6e340902dfb3a2f7c878d47f5abc790c94afac1..0249951966dcc349cb43a1176279d94a7a8e7964 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {align 1}
+; RUN: opt < %s -instcombine -S | grep "align 1"
 ; END.
 
        %struct.p = type <{ i8, i32 }>