diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-06-15 16:02:44 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-06-15 16:02:44 +0000 |
commit | 4bb23594f33ebb0b27e88008e02c55bb1869d439 (patch) | |
tree | 458cfe1af9cedc267bf1923f34a0bd7d31ca0708 /test/CodeGen/X86/2010-05-28-Crash.ll | |
parent | f14b44c71b3a58c3aef8e277dd3817cb216b5661 (diff) | |
download | external_llvm-4bb23594f33ebb0b27e88008e02c55bb1869d439.zip external_llvm-4bb23594f33ebb0b27e88008e02c55bb1869d439.tar.gz external_llvm-4bb23594f33ebb0b27e88008e02c55bb1869d439.tar.bz2 |
DebugInfo: follow up to 184045 to constrain the tests further to ensure they don't contain +0 offsets
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184046 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2010-05-28-Crash.ll')
-rw-r--r-- | test/CodeGen/X86/2010-05-28-Crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-05-28-Crash.ll b/test/CodeGen/X86/2010-05-28-Crash.ll index b084c57..7eacd28 100644 --- a/test/CodeGen/X86/2010-05-28-Crash.ll +++ b/test/CodeGen/X86/2010-05-28-Crash.ll @@ -46,4 +46,4 @@ entry: ;CHECK: DEBUG_VALUE: bar:x <- E ;CHECK: Ltmp -;CHECK: DEBUG_VALUE: foo:y <- 1 +;CHECK: DEBUG_VALUE: foo:y <- 1{{$}} |