Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comment.
authorEli Bendersky <eliben@google.com>
Fri, 19 Apr 2013 23:26:18 +0000 (23:26 +0000)
committerEli Bendersky <eliben@google.com>
Fri, 19 Apr 2013 23:26:18 +0000 (23:26 +0000)
commit462123f66159a8c7ff34b87cb269955252be3ec0
tree5f495953ce25c5de02c6f25dd95fe20650a77ae8
parent97a62bf2a4a2d141aad8af3531c3b69934f134c1
Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179908 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/CodeGen/SelectionDAG/FastISel.cpp