summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll
diff options
context:
space:
mode:
authorJason W Kim <jason.w.kim.2009@gmail.com>2011-02-07 00:49:53 +0000
committerJason W Kim <jason.w.kim.2009@gmail.com>2011-02-07 00:49:53 +0000
commitf009a961caa75465999ef3bc764984d97a7da331 (patch)
tree58a6a7393c188ee8f8b01fa957d606a54b928eb0 /test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll
parentc6ee9181a51fdfa3c07e1e53695681c55aa98ce4 (diff)
downloadllvm-f009a961caa75465999ef3bc764984d97a7da331.tar.gz
llvm-f009a961caa75465999ef3bc764984d97a7da331.tar.bz2
llvm-f009a961caa75465999ef3bc764984d97a7da331.tar.xz
Rework some .ARM.attribute work for improved gcc compatibility.
Unified EmitTextAttribute for both Asm and Obj emission (.cpu only) Added necessary cortex-A8 related attrs for codegen compat tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124995 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll')
-rw-r--r--test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll b/test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll
index 561588d949..bda14bcb15 100644
--- a/test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll
+++ b/test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll
@@ -2,11 +2,11 @@
; This tests that MC/asm header conversion is smooth
;
; CHECK: .syntax unified
-; CHECK-NEXT: .eabi_attribute 20, 1
-; CHECK-NEXT: .eabi_attribute 21, 1
-; CHECK-NEXT: .eabi_attribute 23, 3
-; CHECK-NEXT: .eabi_attribute 24, 1
-; CHECK-NEXT: .eabi_attribute 25, 1
+; CHECK: .eabi_attribute 20, 1
+; CHECK: .eabi_attribute 21, 1
+; CHECK: .eabi_attribute 23, 3
+; CHECK: .eabi_attribute 24, 1
+; CHECK: .eabi_attribute 25, 1
define i32 @f(i64 %z) {
ret i32 0