diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2010-08-10 09:54:29 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2010-08-10 09:54:29 +0000 |
commit | 0e28b1507fdf889fdfe0159a042ec8c74f6c2245 (patch) | |
tree | 8ef6724dd8138d12a1f47c707a2c2aeb4053ed5c /test/CodeGen | |
parent | 293680756404020a4888860db9f34728c9cecd1f (diff) | |
download | external_llvm-0e28b1507fdf889fdfe0159a042ec8c74f6c2245.zip external_llvm-0e28b1507fdf889fdfe0159a042ec8c74f6c2245.tar.gz external_llvm-0e28b1507fdf889fdfe0159a042ec8c74f6c2245.tar.bz2 |
Fix failing testcase.
Those look like typos to me.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110664 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-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 3d93832..617860b 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: |