Check for extractelement with a variable operand for the element number.
[oota-llvm.git] / test / Transforms / GVN / 2008-02-12-UndefLoad.ll
index 5ee3d6cbe643da77db76d2fdef98bb31e0bbc2a1..de2aa614ff5df81479a19d3a974a7f26c3c8f2ee 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -gvn | llvm-dis | not grep load
+; RUN: opt < %s -gvn -S | not grep load
 ; PR1996
 
 %struct.anon = type { i32, i8, i8, i8, i8 }