aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-11-08 19:17:22 +0000
committerDale Johannesen <dalej@apple.com>2010-11-08 19:17:22 +0000
commit7179d1e5c0acfbb0980eaf85f266cd8981dbd12d (patch)
tree62db0b588256a750fa5200d37d0c940cdc16280b /test/CodeGen/ARM
parent2c4c6a5e8a17909af336e3cba3d71ac354d7d9b6 (diff)
Revert 118422 in search of bot verdancy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118429 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r--test/CodeGen/ARM/2010-10-19-mc-elf-objheader.ll41
1 files changed, 12 insertions, 29 deletions
diff --git a/test/CodeGen/ARM/2010-10-19-mc-elf-objheader.ll b/test/CodeGen/ARM/2010-10-19-mc-elf-objheader.ll
index ab05632e65..d854238c04 100644
--- a/test/CodeGen/ARM/2010-10-19-mc-elf-objheader.ll
+++ b/test/CodeGen/ARM/2010-10-19-mc-elf-objheader.ll
@@ -1,35 +1,18 @@
; RUN: llc %s -mtriple=arm-linux-gnueabi -filetype=obj -o - | \
-; RUN: elf-dump --dump-section-data | FileCheck -check-prefix=BASIC %s
-; RUN: llc %s -march=arm -mcpu=cortex-a8 -mattr=-neon -mattr=+vfp2 \
-; RUN: -arm-reserve-r9 -arm-use-movt -filetype=obj -o - | \
-; RUN: elf-dump --dump-section-data | FileCheck -check-prefix=CORTEXA8 %s
-
-
+; RUN: elf-dump --dump-section-data | FileCheck %s
; This tests that the extpected ARM attributes are emitted.
;
-; BASIC: .ARM.attributes
-; BASIC-NEXT: 0x70000003
-; BASIC-NEXT: 0x00000000
-; BASIC-NEXT: 0x00000000
-; BASIC-NEXT: 0x0000003c
-; BASIC-NEXT: 0x00000022
-; BASIC-NEXT: 0x00000000
-; BASIC-NEXT: 0x00000000
-; BASIC-NEXT: 0x00000001
-; BASIC-NEXT: 0x00000000
-; BASIC-NEXT: '41210000 00616561 62690001 17000000 06020801 09011401 15011703 18011901 2c01'
-
-; CORTEXA8: .ARM.attributes
-; CORTEXA8-NEXT: 0x70000003
-; CORTEXA8-NEXT: 0x00000000
-; CORTEXA8-NEXT: 0x00000000
-; CORTEXA8-NEXT: 0x0000003c
-; CORTEXA8-NEXT: 0x00000031
-; CORTEXA8-NEXT: 0x00000000
-; CORTEXA8-NEXT: 0x00000000
-; CORTEXA8-NEXT: 0x00000001
-; CORTEXA8-NEXT: 0x00000000
-; CORTEXA8-NEXT: '41300000 00616561 62690001 26000000 05434f52 5445582d 41380006 0a074108 0109020a 02140115 01170318 0119012c 01'
+; CHECK: .ARM.attributes
+; CHECK-NEXT: 0x70000003
+; CHECK-NEXT: 0x00000000
+; CHECK-NEXT: 0x00000000
+; CHECK-NEXT: 0x0000003c
+; CHECK-NEXT: 0x00000022
+; CHECK-NEXT: 0x00000000
+; CHECK-NEXT: 0x00000000
+; CHECK-NEXT: 0x00000001
+; CHECK-NEXT: 0x00000000
+; CHECK-NEXT: '41210000 00616561 62690001 17000000 06020801 09011401 15011703 18011901 2c01'
define i32 @f(i64 %z) {
ret i32 0