From: Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Date: Mon, 9 Mar 2015 15:02:01 +0000 (+0000)
Subject: Fix line ending in test CodeGen/X86/pr22774.ll. NFC.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d1232fa1c06cf2ebd92384fdefc1fe06e17c3194;p=oota-llvm.git

Fix line ending in test CodeGen/X86/pr22774.ll. NFC.

Also, replaced line with 'target triple' with flag -mtriple on the RUN line.
Removed the data layout string as it is not needed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231654 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/test/CodeGen/X86/pr22774.ll b/test/CodeGen/X86/pr22774.ll
index 3ea2addaafd..8a80e9d6d62 100644
--- a/test/CodeGen/X86/pr22774.ll
+++ b/test/CodeGen/X86/pr22774.ll
@@ -1,8 +1,5 @@
-; RUN: llc -mattr=avx %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-pc-linux-gnu -mattr=+avx < %s | FileCheck %s
 
-target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
-target triple = "x86_64-pc-linux-gnu"
-
 @in = global <4 x i64> <i64 -1, i64 -1, i64 -1, i64 -1>, align 32
 @out = global <2 x i64> zeroinitializer, align 16