summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/movt-movw-global.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-05-20 06:38:42 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-05-20 06:38:42 +0000
commit6e6269a976baee45717265dbd12996367df6a201 (patch)
tree62c0bf46bb74c8ca0f112f60167cedc743267840 /test/CodeGen/ARM/movt-movw-global.ll
parentee0d5d4398fb855c6674da94d902ef45e944f375 (diff)
downloadllvm-6e6269a976baee45717265dbd12996367df6a201.tar.gz
llvm-6e6269a976baee45717265dbd12996367df6a201.tar.bz2
llvm-6e6269a976baee45717265dbd12996367df6a201.tar.xz
Transfer memory operands to the right instruction.
They need to go on the PICLDR as the verifier points out. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157151 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/movt-movw-global.ll')
-rw-r--r--test/CodeGen/ARM/movt-movw-global.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/ARM/movt-movw-global.ll b/test/CodeGen/ARM/movt-movw-global.ll
index 991d728ddd..bbedea19d7 100644
--- a/test/CodeGen/ARM/movt-movw-global.ll
+++ b/test/CodeGen/ARM/movt-movw-global.ll
@@ -1,7 +1,7 @@
-; RUN: llc < %s -mtriple=armv7-eabi | FileCheck %s -check-prefix=EABI
-; RUN: llc < %s -mtriple=armv7-apple-ios -relocation-model=dynamic-no-pic | FileCheck %s -check-prefix=IOS
-; RUN: llc < %s -mtriple=armv7-apple-ios -relocation-model=pic | FileCheck %s -check-prefix=IOS-PIC
-; RUN: llc < %s -mtriple=armv7-apple-ios -relocation-model=static | FileCheck %s -check-prefix=IOS-STATIC
+; RUN: llc < %s -verify-machineinstrs -mtriple=armv7-eabi | FileCheck %s -check-prefix=EABI
+; RUN: llc < %s -verify-machineinstrs -mtriple=armv7-apple-ios -relocation-model=dynamic-no-pic | FileCheck %s -check-prefix=IOS
+; RUN: llc < %s -verify-machineinstrs -mtriple=armv7-apple-ios -relocation-model=pic | FileCheck %s -check-prefix=IOS-PIC
+; RUN: llc < %s -verify-machineinstrs -mtriple=armv7-apple-ios -relocation-model=static | FileCheck %s -check-prefix=IOS-STATIC
@foo = common global i32 0