diff options
| author | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-04-03 23:47:24 +0000 |
|---|---|---|
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-04-03 23:47:24 +0000 |
| commit | 905b6d192cadd43401964f4ff05534a65b007cf2 (patch) | |
| tree | c2dfdb7b3d316ca5aadfb553cf9f1fb7491f8c7d /llvm/test/CodeGen/Thumb/barrier.ll | |
| parent | b8bd4a5e2a98ef22fe98375f7f339d16920c6e77 (diff) | |
| download | bcm5719-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.ll | 6 |
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: |

