From: Reid Kleckner Date: Wed, 6 Aug 2014 18:09:15 +0000 (+0000) Subject: Add a triple to this test to get the right IR mangling X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7911f2db78806ea4cf3b1ab660d3d9880f0f72c6;p=oota-llvm.git 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 --- 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