summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/byval2.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2007-09-21 15:50:22 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2007-09-21 15:50:22 +0000
commita37ac9ff53ebfe4975141f0d233e8ff6e5879472 (patch)
tree821e8fcf8c3d51899515bbe7638ea91dcd77c9d1 /test/CodeGen/X86/byval2.ll
parent66018ea1b26a91e928c8fa9657b1e9ec4cb72e6a (diff)
downloadexternal_llvm-a37ac9ff53ebfe4975141f0d233e8ff6e5879472.zip
external_llvm-a37ac9ff53ebfe4975141f0d233e8ff6e5879472.tar.gz
external_llvm-a37ac9ff53ebfe4975141f0d233e8ff6e5879472.tar.bz2
Don't add a default STACK_ALIGN (use the generic ABI alignment)
Implement calls to functions with byval arguments on X86 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42192 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/byval2.ll')
-rw-r--r--test/CodeGen/X86/byval2.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/byval2.ll b/test/CodeGen/X86/byval2.ll
index 04d3483..d017aa5 100644
--- a/test/CodeGen/X86/byval2.ll
+++ b/test/CodeGen/X86/byval2.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86-64 | grep rep.movsl | count 2
+; RUN: llvm-as < %s | llc -march=x86 | grep rep.movsl | count 2
%struct.s = type { i64, i64, i64 }