1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Fix a missing -f that the new llvm.exp found.

llvm-svn: 35988
This commit is contained in:
Reid Spencer 2007-04-14 09:45:16 +00:00
parent e44effb288
commit 424ebf9c39

View File

@ -1,4 +1,4 @@
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis -o /dev/null &&
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis -o /dev/null -f &&
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | not grep bitcast
int %test1() {