diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-08-10 16:48:24 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-08-10 16:48:24 +0000 |
commit | dc0830947a0787006cd4dc858ad163c39ecefc90 (patch) | |
tree | 5791f9095857d73b15e03c224158230efa5a7545 | |
parent | 15af387bffbf8e1fbab720fd0b92291bb68c023b (diff) |
Fix test for more architectures. Patch by Tobias Grosser.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110685 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/2010-08-10-DbgConstant.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-08-10-DbgConstant.ll b/test/CodeGen/X86/2010-08-10-DbgConstant.ll index 617860b532..ed94579137 100644 --- a/test/CodeGen/X86/2010-08-10-DbgConstant.ll +++ b/test/CodeGen/X86/2010-08-10-DbgConstant.ll @@ -1,6 +1,6 @@ ; RUN: llc -O0 < %s | FileCheck %s ; CHECK: DW_TAG_constant -; CHECK-NEXT: .ascii "ro" # DW_AT_name +; CHECK-NEXT: ascii "ro" #{{#?}} DW_AT_name define void @foo() nounwind ssp { entry: |