1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

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 50f96f2a23
commit c202a9ae85

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