For PR1319:
[oota-llvm.git] / test / Transforms / InstCombine / 2002-08-02-CastTest.ll
index 4dce24202b4ef5f5688013745d5ac2851ed5fa50..23284a6312dbadbafb82559a3641c84632172656 100644 (file)
@@ -1,7 +1,7 @@
 ; This testcase is incorrectly getting completely eliminated.  There should be
 ; SOME instruction named %c here, even if it's a bitwise and.
 ;
-; RUN: llvm-as < %s | opt -instcombine -die | llvm-dis | grep '%c'
+; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep %c
 ;
 ulong %test3(ulong %A) {
         %c1 = cast ulong %A to ubyte