]> granicus.if.org Git - clang/commit
force size of alloca to i32, which is currently required by LLVM IR.
authorChris Lattner <sabre@nondot.org>
Mon, 16 Jun 2008 17:15:14 +0000 (17:15 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Jun 2008 17:15:14 +0000 (17:15 +0000)
commit9e800e3dd80d77f6c47054738177bf824089f55a
tree68eef8753e3a528defc77644eb30ecf7ce9be190
parent1e692ace08959399794363e77499b73da5494af9
force size of alloca to i32, which is currently required by LLVM IR.
This fixes use of alloca on 64-bit systems.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52334 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp