diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-01-05 18:37:18 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-01-05 18:37:18 +0000 |
| commit | e5fe98cbb0b512fa53b99290e6bf32d9ea458b95 (patch) | |
| tree | a37356d20e05d2a57f7c515a17e11980a7c7746a /test/Transforms | |
| parent | 98ed6963e366bc2afbad936e23a10fe95508e240 (diff) | |
Global variables are not renamed by llvm-upgrade any more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32925 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
| -rw-r--r-- | test/Transforms/GlobalOpt/memcpy.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GlobalOpt/memcpy.ll b/test/Transforms/GlobalOpt/memcpy.ll index 86b73365f2..ea4483f386 100644 --- a/test/Transforms/GlobalOpt/memcpy.ll +++ b/test/Transforms/GlobalOpt/memcpy.ll @@ -1,5 +1,5 @@ ; RUN: llvm-upgrade < %s | llvm-as | opt -globalopt | llvm-dis | \ -; RUN: grep 'G1.s = internal constant' +; RUN: grep 'G1 = internal constant' %G1 = internal global [58 x sbyte] c"asdlfkajsdlfkajsd;lfkajds;lfkjasd;flkajsd;lkfja;sdlkfjasd\00" |
