[llvm] r231654 - Fix line ending in test CodeGen/X86/pr22774.ll. NFC.

Andrea Di Biagio Andrea_DiBiagio at sn.scee.net
Mon Mar 9 08:02:01 PDT 2015


Author: adibiagio
Date: Mon Mar  9 10:02:01 2015
New Revision: 231654

URL: http://llvm.org/viewvc/llvm-project?rev=231654&view=rev
Log:
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.

Modified:
    llvm/trunk/test/CodeGen/X86/pr22774.ll

Modified: llvm/trunk/test/CodeGen/X86/pr22774.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pr22774.ll?rev=231654&r1=231653&r2=231654&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pr22774.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pr22774.ll Mon Mar  9 10:02:01 2015
@@ -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
 





More information about the llvm-commits mailing list