diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-10-10 12:46:23 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-10-10 12:46:23 +0000 |
commit | 58e3e1021d1ab7ab9a36d81a504913515fba9298 (patch) | |
tree | ba6d9c1c55d8690921a3792d8a8145861c156cda | |
parent | acd79ce0ada50c7a437757d188f410d67030fbb9 (diff) |
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
-rw-r--r-- | test/CodeGen/X86/vec_set-9.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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 |