llvm-6502/include/llvm/Transforms/Utils
Duncan Sands c3bbf579ae These bitfields were being miscompiled on some
64 bit platforms when building with optimization.
So replace them by a hand-coded implementation.
This fixes PR3822.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69597 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-20 16:03:21 +00:00
..
AddrModeMatcher.h Factor address mode matcher out of codegen prepare to make it available to other passes, e.g. loop strength reduction. 2009-02-20 18:24:38 +00:00
BasicBlockUtils.h When sinking an insn in InstCombine bring its debug 2009-03-03 01:09:07 +00:00
BasicInliner.h
Cloning.h
FunctionUtils.h
InlineCost.h These bitfields were being miscompiled on some 2009-04-20 16:03:21 +00:00
Local.h Add "check/remove dbg var" helper routines. 2009-03-06 00:19:37 +00:00
PromoteMemToReg.h
UnifyFunctionExitNodes.h
UnrollLoop.h
ValueMapper.h