[llvm-commits] [llvm] r86941 - in /llvm/trunk: lib/ExecutionEngine/JIT/JITEmitter.cpp unittests/ExecutionEngine/JIT/JITTest.cpp

Eric Christopher echristo at apple.com
Wed Nov 11 19:13:17 PST 2009


On Nov 11, 2009, at 7:12 PM, Eric Christopher wrote:

> Author: echristo
> Date: Wed Nov 11 21:12:18 2009
> New Revision: 86941
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=86941&view=rev
> Log:
> Use stubs when we have them, otherwise use code we already have,
> otherwise create a stub.
> 
> Add a test to make sure we don't create extraneous stubs.

And, dammit, a bunch of whitespace changes.

I thought I fixed those earlier. Apologies.

-eric



More information about the llvm-commits mailing list