aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/byval7.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/byval7.ll')
-rw-r--r--test/CodeGen/X86/byval7.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/byval7.ll b/test/CodeGen/X86/byval7.ll
index 4199bf062e..fcbc59b838 100644
--- a/test/CodeGen/X86/byval7.ll
+++ b/test/CodeGen/X86/byval7.ll
@@ -1,6 +1,7 @@
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | grep add | grep 16
- %struct.S = type { <2 x i64> }
+ %struct.S = type { <2 x i64>, <2 x i64>, <2 x i64>, <2 x i64>,
+ <2 x i64> }
define i32 @main() nounwind {
entry: