diff options
Diffstat (limited to 'test/CodeGen/ARM/2013-05-07-ByteLoadSameAddress.ll')
-rw-r--r-- | test/CodeGen/ARM/2013-05-07-ByteLoadSameAddress.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2013-05-07-ByteLoadSameAddress.ll b/test/CodeGen/ARM/2013-05-07-ByteLoadSameAddress.ll index defb946011..efb82027b7 100644 --- a/test/CodeGen/ARM/2013-05-07-ByteLoadSameAddress.ll +++ b/test/CodeGen/ARM/2013-05-07-ByteLoadSameAddress.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=thumb -mattr=+v7,+thumb2 | FileCheck %s +; RUN: llc -mtriple=thumb-eabi -mattr=+v7,+thumb2 %s -o - | FileCheck %s define i8 @f1(i8* %call1, i8* %call3, i32 %h, i32 %w, i32 %Width) { ; CHECK: f1: |