From 58e3e1021d1ab7ab9a36d81a504913515fba9298 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Thu, 10 Oct 2013 12:46:23 +0000 Subject: [PATCH] Disable function padding to get this test to pass on atom. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192348 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/vec_set-9.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/vec_set-9.ll b/test/CodeGen/X86/vec_set-9.ll index 7b69f7eaa6f..a73909097c1 100644 --- a/test/CodeGen/X86/vec_set-9.ll +++ b/test/CodeGen/X86/vec_set-9.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 -mattr=-avx | FileCheck %s +; RUN: llc < %s -march=x86-64 -mattr=-avx,-pad-short-functions | FileCheck %s ; CHECK: test3 ; CHECK: movd -- 2.34.1