diff options
Diffstat (limited to 'test/CodeGen/ARM/a15.ll')
-rw-r--r-- | test/CodeGen/ARM/a15.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/a15.ll b/test/CodeGen/ARM/a15.ll index 6f816c1..9f0b280 100644 --- a/test/CodeGen/ARM/a15.ll +++ b/test/CodeGen/ARM/a15.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mcpu=cortex-a15 | FileCheck %s +; RUN: llc -mtriple=arm -mcpu=cortex-a15 %s -o - | FileCheck %s ; CHECK: a define i32 @a(i32 %x) { |