diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/2007-05-22-tailmerge-3.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/2007-05-22-tailmerge-3.ll | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/ARM/2007-05-22-tailmerge-3.ll b/llvm/test/CodeGen/ARM/2007-05-22-tailmerge-3.ll index b8f2980be75..7669a03c969 100644 --- a/llvm/test/CodeGen/ARM/2007-05-22-tailmerge-3.ll +++ b/llvm/test/CodeGen/ARM/2007-05-22-tailmerge-3.ll @@ -1,6 +1,5 @@ -; RUN: llc < %s -march=arm | FileCheck %s -; RUN: llc < %s -march=arm -enable-tail-merge=0 | \ -; RUN: FileCheck --check-prefix=NOMERGE %s +; RUN: llc < %s | FileCheck %s +; RUN: llc < %s -enable-tail-merge=0 | FileCheck --check-prefix=NOMERGE %s ; Check that tail merging is the default on ARM, and that -enable-tail-merge=0 ; works. @@ -20,7 +19,7 @@ ; ModuleID = 'tail.c' target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64" -target triple = "i686-apple-darwin8" +target triple = "arm-apple-darwin8" define i32 @f(i32 %i, i32 %q) { entry: |