summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2011-08-29-InitOrder.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-08-17 12:28:26 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-08-17 12:28:26 +0000
commit4e81d40545b01e0ce486b4de72282e66b91f48e9 (patch)
tree02c5bef9ffc654207ba2cc259d4d942776d49793 /test/CodeGen/X86/2011-08-29-InitOrder.ll
parent3c8ad92455ff06c8e69085702ef1f13944eab4dd (diff)
downloadllvm-4e81d40545b01e0ce486b4de72282e66b91f48e9.tar.gz
llvm-4e81d40545b01e0ce486b4de72282e66b91f48e9.tar.bz2
llvm-4e81d40545b01e0ce486b4de72282e66b91f48e9.tar.xz
Fix broken check lines.
I really need to find a way to automate this, but I can't come up with a regex that has no false positives while handling tricky cases like custom check prefixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2011-08-29-InitOrder.ll')
-rw-r--r--test/CodeGen/X86/2011-08-29-InitOrder.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2011-08-29-InitOrder.ll b/test/CodeGen/X86/2011-08-29-InitOrder.ll
index 4d5f8d7857..a95dcb5807 100644
--- a/test/CodeGen/X86/2011-08-29-InitOrder.ll
+++ b/test/CodeGen/X86/2011-08-29-InitOrder.ll
@@ -3,7 +3,7 @@
; PR5329
@llvm.global_ctors = appending global [3 x { i32, void ()* }] [{ i32, void ()* } { i32 2000, void ()* @construct_2 }, { i32, void ()* } { i32 3000, void ()* @construct_3 }, { i32, void ()* } { i32 1000, void ()* @construct_1 }]
-; CHECK-DEFAULT .section .ctors.64535,"aw",@progbits
+; CHECK-DEFAULT: .section .ctors.64535,"aw",@progbits
; CHECK-DEFAULT: .long construct_1
; CHECK-DEFAULT: .section .ctors.63535,"aw",@progbits
; CHECK-DEFAULT: .long construct_2