diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/fast-isel-shifter.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/fast-isel-shifter.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-shifter.ll b/llvm/test/CodeGen/ARM/fast-isel-shifter.ll index 111818b289e..dbb1ce231a0 100644 --- a/llvm/test/CodeGen/ARM/fast-isel-shifter.ll +++ b/llvm/test/CodeGen/ARM/fast-isel-shifter.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM +; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM define i32 @shl() nounwind ssp { entry: |