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/ARM/t2-imm.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/ARM/t2-imm.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/t2-imm.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/t2-imm.ll b/llvm/test/CodeGen/ARM/t2-imm.ll index dd75cd1783b..23463b8a9e3 100644 --- a/llvm/test/CodeGen/ARM/t2-imm.ll +++ b/llvm/test/CodeGen/ARM/t2-imm.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=thumb -mcpu=arm1156t2-s -mattr=+thumb2 | FileCheck %s +; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s define i32 @f6(i32 %a) { ; CHECK:f6 |