diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-19 02:14:08 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-19 02:14:08 +0000 |
commit | f2315900fdd45cb6d485d341f79334834bec5dc4 (patch) | |
tree | 2ba63107e577cf4c5e5dc269ab3117ae3769792b /test/Linker/2003-04-26-NullPtrLinkProblem.ll | |
parent | 81daddbf0d099bd70a58645358f7238f129f4b58 (diff) |
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.ll | 2 |
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 03447b12b1..a0760457d8 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 |