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/Thumb2/thumb2-ldr.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/Thumb2/thumb2-ldr.ll')
| -rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-ldr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-ldr.ll b/llvm/test/CodeGen/Thumb2/thumb2-ldr.ll index 09212d34a29..c25ed789de0 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-ldr.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-ldr.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 @f1(i32* %v) { entry: |

