aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/2003-04-26-NullPtrLinkProblem.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-19 02:14:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-19 02:14:08 +0000
commitf2315900fdd45cb6d485d341f79334834bec5dc4 (patch)
tree2ba63107e577cf4c5e5dc269ab3117ae3769792b /test/Linker/2003-04-26-NullPtrLinkProblem.ll
parent81daddbf0d099bd70a58645358f7238f129f4b58 (diff)
downloadexternal_llvm-f2315900fdd45cb6d485d341f79334834bec5dc4.zip
external_llvm-f2315900fdd45cb6d485d341f79334834bec5dc4.tar.gz
external_llvm-f2315900fdd45cb6d485d341f79334834bec5dc4.tar.bz2
For PR950:
Upgrade this test in preparation for the SETCC patch. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32669 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker/2003-04-26-NullPtrLinkProblem.ll')
-rw-r--r--test/Linker/2003-04-26-NullPtrLinkProblem.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/2003-04-26-NullPtrLinkProblem.ll b/test/Linker/2003-04-26-NullPtrLinkProblem.ll
index 03447b1..a076045 100644
--- a/test/Linker/2003-04-26-NullPtrLinkProblem.ll
+++ b/test/Linker/2003-04-26-NullPtrLinkProblem.ll
@@ -2,7 +2,7 @@
; the same type to be created!
; RUN: echo "%T = type int" | llvm-as > %t.2.bc
-; RUN: llvm-as < %s > %t.1.bc
+; RUN: llvm-upgrade < %s | llvm-as -f > %t.1.bc
; RUN: llvm-link %t.[12].bc
%T = type opaque