summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorAart Bik <ajcbik@google.com>2016-03-01 15:16:54 -0800
committerAart Bik <ajcbik@google.com>2016-03-02 09:43:11 -0800
commit2f9fcc999fab4ba6cd86c30e664325b47b9618e5 (patch)
tree6f151592b0f37c65a389f1bdffbbfcf5c2e6dbcc /compiler/optimizing/graph_visualizer.cc
parent73e31f8ae826be5b9b0c3c216abb904cbfa71077 (diff)
Simplified intrinsic macro mechanism.
Rationale: Reduces boiler-plate code in all intrinsics code generators. Also, the newly introduced "unreachable" macro provides a static verifier that we do not have unreachable and thus redundant code in the generators. In fact, this change exposes that the MIPS32 and MIPS64 rotation intrinsics (IntegerRotateRight, LongRotateRight, IntegerRotateLeft, LongRotateLeft) are unreachable, since they are handled as HIR constructs for all architectures. Thus the code can be removed. Change-Id: I0309799a0db580232137ded72bb8a7bbd45440a8
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions