llvm-mirror/include
Alexey Samsonov e029f253b7 Fix null reference creation in SelectionDAG constructor.
Store TargetSelectionDAGInfo as a pointer instead of a reference:
getSelectionDAGInfo() may not be implemented for certain backends
(e.g. it's not currently implemented for R600).

This bug is reported by UBSan.

llvm-svn: 216129
2014-08-20 21:40:15 +00:00
..
llvm Fix null reference creation in SelectionDAG constructor. 2014-08-20 21:40:15 +00:00
llvm-c Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00