From 7911f2db78806ea4cf3b1ab660d3d9880f0f72c6 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Wed, 6 Aug 2014 18:09:15 +0000 Subject: [PATCH] Add a triple to this test to get the right IR mangling git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214982 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/byval-callee-cleanup.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/byval-callee-cleanup.ll b/test/CodeGen/X86/byval-callee-cleanup.ll index 4701f6d6d5a..d2009a8ed96 100644 --- a/test/CodeGen/X86/byval-callee-cleanup.ll +++ b/test/CodeGen/X86/byval-callee-cleanup.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 | FileCheck %s +; RUN: llc < %s -mtriple=i686-win32 | FileCheck %s ; Previously we would forget to align to stack slot alignment after placing a ; byval argument. Subsequent arguments would align themselves, but if it was -- 2.34.1