From d1232fa1c06cf2ebd92384fdefc1fe06e17c3194 Mon Sep 17 00:00:00 2001 From: Andrea Di Biagio Date: Mon, 9 Mar 2015 15:02:01 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/pr22774.ll | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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> , align 32 @out = global <2 x i64> zeroinitializer, align 16 -- 2.40.0