Emit constants to one contiguous block, but this time, respect alignment constraints.
authorChris Lattner <sabre@nondot.org>
Sun, 30 Nov 2003 04:23:21 +0000 (04:23 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 30 Nov 2003 04:23:21 +0000 (04:23 +0000)
commit2c0a6a19ef42f2ad547dbc0693e55e082a21ac8b
tree2f7518920a8e5976e5cb93d8c76bdf84241c1296
parent91de352796a52e5d18b19f0be322677b1cf6b176
Emit constants to one contiguous block, but this time, respect alignment constraints.

If this doesn't work Misha, feel free to revert it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10267 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JITEmitter.cpp