1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Fix failing testcase.

Those look like typos to me.

llvm-svn: 110664
This commit is contained in:
Tobias Grosser 2010-08-10 09:54:29 +00:00
parent 84f48b5483
commit 766f219db9

View File

@ -1,6 +1,6 @@
; RUN: llc -O0 < %s | FileCheck %s ; RUN: llc -O0 < %s | FileCheck %s
; CHECK: DW_TAG_constant ; CHECK: DW_TAG_constant
; CHECK-NEXT: ascii "ro" ## DW_AT_name ; CHECK-NEXT: .ascii "ro" # DW_AT_name
define void @foo() nounwind ssp { define void @foo() nounwind ssp {
entry: entry: