diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-11-07 12:58:46 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-11-07 12:58:46 +0000 |
commit | 60e85cbd9d703cf765b59af4e715b28c5a1c7523 (patch) | |
tree | fca12f73fa4883e4e7cf59a3eaab71a6bb8fa414 /llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | |
parent | eadc4285db573101a6a505c460d38f41666ce5da (diff) | |
download | bcm5719-llvm-60e85cbd9d703cf765b59af4e715b28c5a1c7523.tar.gz bcm5719-llvm-60e85cbd9d703cf765b59af4e715b28c5a1c7523.zip |
ScopDetection: Introduce methods to check attributes of ValidatorResult
This simplifies e.g:
if (Op.type == SCEVType::INT || Op.type == SCEVType::PARAM)
to
if (Op.isConstant())
llvm-svn: 143959
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp')
0 files changed, 0 insertions, 0 deletions