diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-09-11 17:50:20 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-09-11 17:50:20 +0000 |
commit | e7d5fc9e538f0bbbe4605cfcfdcf046d1e48996b (patch) | |
tree | 0ffef75ff86b99c7eba4dc03741de4686e60e0d0 /test/CodeGen/X86/add_shl_constant.ll | |
parent | da9bce2e13dacd18d358b11a1e81b9bfb169a335 (diff) |
Add triple to test to fix bots
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217612 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/add_shl_constant.ll')
-rw-r--r-- | test/CodeGen/X86/add_shl_constant.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/add_shl_constant.ll b/test/CodeGen/X86/add_shl_constant.ll index 2a8e744edfb..33074e4780e 100644 --- a/test/CodeGen/X86/add_shl_constant.ll +++ b/test/CodeGen/X86/add_shl_constant.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86-64 < %s | FileCheck %s +; RUN: llc -march=x86-64 -mtriple=x86_64-apple-darwin < %s | FileCheck %s ; CHECK-LABEL: add_shl_add_constant_1_i32 ; CHECK: leal 984(%rsi,%rdi,8), %eax |