Run llvm-upgrade on test to prepare for new assembly syntax.

llvm-svn: 32769
This commit is contained in:
Reid Spencer 2006-12-29 20:21:51 +00:00
parent c3c82c41aa
commit 01efa49df3
2 changed files with 2 additions and 2 deletions

View 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

View 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 &&
; RUN: not grep cast %t2.ll &&