summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb/barrier.ll
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-04-03 23:47:24 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-04-03 23:47:24 +0000
commit905b6d192cadd43401964f4ff05534a65b007cf2 (patch)
treec2dfdb7b3d316ca5aadfb553cf9f1fb7491f8c7d /llvm/test/CodeGen/Thumb/barrier.ll
parentb8bd4a5e2a98ef22fe98375f7f339d16920c6e77 (diff)
downloadbcm5719-llvm-905b6d192cadd43401964f4ff05534a65b007cf2.tar.gz
bcm5719-llvm-905b6d192cadd43401964f4ff05534a65b007cf2.zip
ARM: yet another round of ARM test clean ups
llvm-svn: 205586
Diffstat (limited to 'llvm/test/CodeGen/Thumb/barrier.ll')
-rw-r--r--llvm/test/CodeGen/Thumb/barrier.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Thumb/barrier.ll b/llvm/test/CodeGen/Thumb/barrier.ll
index 1c27fa09884..92d9bb2097f 100644
--- a/llvm/test/CodeGen/Thumb/barrier.ll
+++ b/llvm/test/CodeGen/Thumb/barrier.ll
@@ -1,6 +1,6 @@
-; RUN: llc < %s -mtriple=thumbv6-apple-darwin | FileCheck %s -check-prefix=V6
-; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mattr=-db | FileCheck %s -check-prefix=V6
-; RUN: llc < %s -march=thumb -mcpu=cortex-m0 | FileCheck %s -check-prefix=V6M
+; RUN: llc -mtriple=thumbv6-apple-darwin %s -o - | FileCheck %s -check-prefix=V6
+; RUN: llc -mtriple=thumbv7-apple-darwin -mattr=-db %s -o - | FileCheck %s -check-prefix=V6
+; RUN: llc -mtriple=thumb-eabi -mcpu=cortex-m0 %s -o - | FileCheck %s -check-prefix=V6M
define void @t1() {
; V6-LABEL: t1:
OpenPOWER on IntegriCloud