[llvm-commits] [llvm] r78219 - in /llvm/trunk/lib/Target: ARM/ARMSubtarget.cpp PowerPC/PPCSubtarget.cpp X86/X86Subtarget.cpp

Daniel Dunbar daniel at zuster.org
Tue Aug 11 08:00:27 PDT 2009


On Mon, Aug 10, 2009 at 11:58 PM, Anton
Korobeynikov<anton at korobeynikov.info> wrote:
> Hello, Daniel
>
>> URL: http://llvm.org/viewvc/llvm-project?rev=78219&view=rev
>> Log:
>> Remove some dead code.

> This code is not dead. It seems to be used for JIT

Do you have a test case? The code should conspire to never pass in an
empty target triple (we get the host triple if the module doesn't have
one).

 - Daniel



More information about the llvm-commits mailing list