summaryrefslogtreecommitdiff
path: root/test/Linker/2005-12-06-AppendingZeroLengthArrays.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-03 23:47:29 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-03 23:47:29 +0000
commitf6dc65f6729922f42e723127e9fc5d1bc1e0f831 (patch)
treedb78a03bd5d2ad482d7b9f047435b0c0aaa01833 /test/Linker/2005-12-06-AppendingZeroLengthArrays.ll
parenteff838e18c743933ab994e33ee1b220b839e9440 (diff)
downloadllvm-f6dc65f6729922f42e723127e9fc5d1bc1e0f831.tar.gz
llvm-f6dc65f6729922f42e723127e9fc5d1bc1e0f831.tar.bz2
llvm-f6dc65f6729922f42e723127e9fc5d1bc1e0f831.tar.xz
Update test cases that grepped for register names that have now changed
as a result of llvm-upgrade handling collapsed type planes better. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32849 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker/2005-12-06-AppendingZeroLengthArrays.ll')
-rw-r--r--test/Linker/2005-12-06-AppendingZeroLengthArrays.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Linker/2005-12-06-AppendingZeroLengthArrays.ll b/test/Linker/2005-12-06-AppendingZeroLengthArrays.ll
index c5b78cc3fe..a55a2233a6 100644
--- a/test/Linker/2005-12-06-AppendingZeroLengthArrays.ll
+++ b/test/Linker/2005-12-06-AppendingZeroLengthArrays.ll
@@ -1,6 +1,7 @@
-; RUN: echo "%G = appending global [0 x int] zeroinitializer" | llvm-upgrade | llvm-as > %t.out2.bc
+; RUN: echo "%G = appending global [0 x int] zeroinitializer" | llvm-upgrade |\
+; RUN: llvm-as > %t.out2.bc
; RUN: llvm-upgrade < %s | llvm-as > %t.out1.bc
-; RUN: llvm-link %t.out[12].bc | llvm-dis | grep '%G ='
+; RUN: llvm-link %t.out[12].bc | llvm-dis | grep '%G.s ='
; When linked, the globals should be merged, and the result should still
; be named '%G'.