diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2015-09-01 00:27:36 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2015-09-01 00:27:36 +0000 |
| commit | 989364c10153a3b60260abb131295ee571c49117 (patch) | |
| tree | bea8351d4285c13fe03c90a47a68e0b6a06dd186 /llvm/test/CodeGen/X86/MergeConsecutiveStores.ll | |
| parent | e554d59ebad42aa513c69e0ce76aa232607adcfc (diff) | |
| download | bcm5719-llvm-989364c10153a3b60260abb131295ee571c49117.tar.gz bcm5719-llvm-989364c10153a3b60260abb131295ee571c49117.zip | |
remove unnecessary/conflicting target info
llvm-svn: 246514
Diffstat (limited to 'llvm/test/CodeGen/X86/MergeConsecutiveStores.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/MergeConsecutiveStores.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/MergeConsecutiveStores.ll b/llvm/test/CodeGen/X86/MergeConsecutiveStores.ll index d542a5d67d2..7aed41dd9fc 100644 --- a/llvm/test/CodeGen/X86/MergeConsecutiveStores.ll +++ b/llvm/test/CodeGen/X86/MergeConsecutiveStores.ll @@ -1,9 +1,6 @@ ; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=+avx < %s | FileCheck %s ; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=+avx -addr-sink-using-gep=1 < %s | FileCheck %s -target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" -target triple = "x86_64-apple-macosx10.8.0" - %struct.A = type { i8, i8, i8, i8, i8, i8, i8, i8 } %struct.B = type { i32, i32, i32, i32, i32, i32, i32, i32 } |

