Make sure upgrade doesn't fail on this.

llvm-svn: 35916
This commit is contained in:
Reid Spencer 2007-04-11 19:36:27 +00:00
parent 60012ded54
commit 669c7e58b0
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
; RUN: llvm-upgrade < %s | llvm-as | llvm-ds -o /dev/null -f &&
; 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