diff options
Diffstat (limited to 'test/CodeGen/ARM/2009-09-10-postdec.ll')
-rw-r--r-- | test/CodeGen/ARM/2009-09-10-postdec.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2009-09-10-postdec.ll b/test/CodeGen/ARM/2009-09-10-postdec.ll index 10653b5..66ffe6a 100644 --- a/test/CodeGen/ARM/2009-09-10-postdec.ll +++ b/test/CodeGen/ARM/2009-09-10-postdec.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=arm < %s | FileCheck %s +; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s ; Radar 7213850 define i32 @test(i8* %d, i32 %x, i32 %y) nounwind { |