[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / GVN / 2009-06-17-InvalidPRE.ll
index c8982c86cb9e8b3c1a4bed52d69e7bb72235124d..6ac6072a92735781a77b39c0b93cde349805c016 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -gvn -enable-load-pre | llvm-dis | not grep pre1
+; RUN: opt < %s -gvn -enable-load-pre -S | not grep pre1
 ; GVN load pre was hoisting the loads at %13 and %16 up to bb4.outer.  
 ; This is invalid as it bypasses the check for %m.0.ph==null in bb4. 
 ; ModuleID = 'mbuf.c'