Run llvm-upgrade on test to prepare for new assembly syntax.
authorReid Spencer <rspencer@reidspencer.com>
Fri, 29 Dec 2006 20:21:51 +0000 (20:21 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 29 Dec 2006 20:21:51 +0000 (20:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32769 91177308-0d34-0410-b5e6-96231b3b80d8

test/Feature/newcasts.ll
test/Feature/packed_struct.ll

index 00919d180dd113167c8025f08fb5125c97dee348..148e2eee9f1a9f43e40467d3aa680f3ac3dd23fe 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis > %t1.ll
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > %t1.ll
 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
 ; RUN: diff %t1.ll %t2.ll
 
index 8c620bb72490facc40f32c39f92c96a75e3548e0..10a607ec31a136da40dc73209340670358d055ad 100755 (executable)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis > %t1.ll
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > %t1.ll
 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
 ; RUN: diff %t1.ll %t2.ll &&
 ; RUN: not grep cast %t2.ll &&