[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / GVN / 2008-12-15-CacheVisited.ll
index b547003b25eefc8a85f7d19758c54d531a02ccd0..0a63f3f4626cb072c60bacadf4e202d7320888c7 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -gvn | llvm-dis
+; RUN: opt < %s -gvn | llvm-dis
 ; Cached results must be added to and verified against the visited sets.
 ; PR3217