diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/cse-libcalls.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/cse-libcalls.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/cse-libcalls.ll b/llvm/test/CodeGen/ARM/cse-libcalls.ll index 1255ec5a78f..3e0d46c80ab 100644 --- a/llvm/test/CodeGen/ARM/cse-libcalls.ll +++ b/llvm/test/CodeGen/ARM/cse-libcalls.ll @@ -1,7 +1,7 @@ -; RUN: llc < %s -march=arm | FileCheck %s +; RUN: llc < %s | FileCheck %s 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-f80:128:128" -target triple = "i386-apple-darwin8" +target triple = "arm-apple-darwin8" ; Without CSE of libcalls, there are two calls in the output instead of one. |