llvm-6502/lib/Transforms
Chris Lattner 839a0159c4 It turns out that this #include is needed because otherwise
ValueMapper.cpp ends up calling an out of line 
__ZNK4llvm12PATypeHolder3getEv, which is a template and llvm-config
determines arbitrarily to use the one in libipo.  This sucks, but
keeping the #include is a reasonable workaround.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94103 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-21 21:29:25 +00:00
..
Hello Fix a bunch of little errors that Clang complains about when its being pedantic 2009-12-19 07:05:23 +00:00
InstCombine optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund Grimley 2010-01-19 18:16:19 +00:00
Instrumentation simplify this code. 2010-01-20 23:30:28 +00:00
IPO Move per-function inline threshold calculation to a method. 2010-01-20 17:51:28 +00:00
Scalar Re-implement the main strength-reduction portion of LoopStrengthReduction. 2010-01-21 02:09:26 +00:00
Utils It turns out that this #include is needed because otherwise 2010-01-21 21:29:25 +00:00
Makefile move instcombine to its own library, it's past time. 2010-01-04 06:23:24 +00:00