aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2010-08-10 09:54:29 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2010-08-10 09:54:29 +0000
commit0e28b1507fdf889fdfe0159a042ec8c74f6c2245 (patch)
tree8ef6724dd8138d12a1f47c707a2c2aeb4053ed5c /test/CodeGen
parent293680756404020a4888860db9f34728c9cecd1f (diff)
downloadexternal_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.ll2
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: