Fix line ending in test CodeGen/X86/pr22774.ll. NFC.
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Mon, 9 Mar 2015 15:02:01 +0000 (15:02 +0000)
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Mon, 9 Mar 2015 15:02:01 +0000 (15:02 +0000)
Also, replaced line with 'target triple' with flag -mtriple on the RUN line.
Removed the data layout string as it is not needed.

llvm-svn: 231654

llvm/test/CodeGen/X86/pr22774.ll

index 3ea2add..8a80e9d 100644 (file)
@@ -1,8 +1,5 @@
-; RUN: llc -mattr=avx %s -o - | FileCheck %s\r
+; 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"
-\r
 @in = global <4 x i64> <i64 -1, i64 -1, i64 -1, i64 -1>, align 32
 @out = global <2 x i64> zeroinitializer, align 16