Fix buildbot error.
authorWei Mi <wmi@google.com>
Sat, 3 Sep 2016 01:43:28 +0000 (01:43 +0000)
committerWei Mi <wmi@google.com>
Sat, 3 Sep 2016 01:43:28 +0000 (01:43 +0000)
Add -mtriple=x86_64-unknown-linux-gnu for the test and move it to CodeGen/X86.

llvm-svn: 280568

llvm/test/CodeGen/X86/split-store.ll [moved from llvm/test/Transforms/InstCombine/split-store.ll with 91% similarity]

similarity index 91%
rename from llvm/test/Transforms/InstCombine/split-store.ll
rename to llvm/test/CodeGen/X86/split-store.ll
index 7076907..7a491e6 100644 (file)
@@ -1,7 +1,4 @@
-; RUN: llc < %s | FileCheck %s
-
-target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
-target triple = "x86_64-unknown-linux-gnu"
+; RUN: llc -mtriple=x86_64-unknown-unknown < %s | FileCheck %s
 
 ; CHECK-LABEL: int32_float_pair
 ; CHECK: movss %xmm0, 4(%rsi)