Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGISel.cpp updated: 1.102 -> 1.103
---
Log message:
Unbreak codegen of bools. This should fix the llc/jit/llc-beta failures
from last night.
---
Diffs of the changes: (+1 -1)
SelectionDAGISel.cpp |2 +-
1 files changed, 1 i
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGPrinter.cpp updated: 1.27 -> 1.28
---
Log message:
more progress towards bug 291: http://llvm.cs.uiuc.edu/PR291 being finished.
Patch by Owen Anderson,
HAVE_GV case fixed up by me.
---
Diffs of the changes: (+17 -12)
Select