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 | 5730846c2fd288dcf3e2c60328b2886bdfeb69ba (patch) | |
| tree | c58f61b1c41b3bf7765583c47f07b47b1d5e2371 | |
| parent | 148c3284ee1c111ad0ce1d5743d1dbd427181603 (diff) | |
| download | bcm5719-llvm-5730846c2fd288dcf3e2c60328b2886bdfeb69ba.tar.gz bcm5719-llvm-5730846c2fd288dcf3e2c60328b2886bdfeb69ba.zip | |
Fix test for more architectures. Patch by Tobias Grosser.
llvm-svn: 110685
| -rw-r--r-- | llvm/test/CodeGen/X86/2010-08-10-DbgConstant.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2010-08-10-DbgConstant.ll b/llvm/test/CodeGen/X86/2010-08-10-DbgConstant.ll index 617860b532e..ed94579137f 100644 --- a/llvm/test/CodeGen/X86/2010-08-10-DbgConstant.ll +++ b/llvm/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: |

