Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / InstCombine / 2002-09-17-GetElementPtrCrash.ll
index db2b504339fa1820721673d431e939f109fbee87..69bec19b2be62b0b555f52c3b55a6752abf7f8c3 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine
+; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine
 
 %bob = type { int }