diff options
Diffstat (limited to 'test/CodeGen/ARM/phi.ll')
-rw-r--r-- | test/CodeGen/ARM/phi.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/phi.ll b/test/CodeGen/ARM/phi.ll index dc1a95b..94bced5 100644 --- a/test/CodeGen/ARM/phi.ll +++ b/test/CodeGen/ARM/phi.ll @@ -1,4 +1,5 @@ -; RUN: llc -march=arm -mattr=+v4t < %s | FileCheck %s +; RUN: llc -mtriple=arm-eabi -mattr=+v4t %s -o - | FileCheck %s + ; <rdar://problem/8686347> define i32 @test1(i1 %a, i32* %b) { |