aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/AST/SourceLocationTest.cpp
diff options
context:
space:
mode:
authorDaniel Sanders <daniel_l_sanders@apple.com>2017-01-12 16:11:23 +0000
committerDaniel Sanders <daniel_l_sanders@apple.com>2017-01-12 16:11:23 +0000
commitb7391dd3b434ae17e92be724bb043f74617b93e2 (patch)
tree4b15bcfc4c67f7d28cb68001504118dc10a26b53 /clang/unittests/AST/SourceLocationTest.cpp
parent9607571861698d7805ee710be23526be6e4559a0 (diff)
downloadllvm-b7391dd3b434ae17e92be724bb043f74617b93e2.zip
llvm-b7391dd3b434ae17e92be724bb043f74617b93e2.tar.gz
llvm-b7391dd3b434ae17e92be724bb043f74617b93e2.tar.bz2
[globalisel] Move as much RegisterBank initialization to the constructor as possible
Summary: The register bank is now entirely initialized in the constructor. However, we still have the hardcoded number of register classes which will be dealt with in the TableGen patch (D27338) since we do not have access to this information to resolve this at this stage. The number of register classes is known to the TRI and to TableGen but the RegisterBank constructor is too early for the former and too late for the latter. This will be fixed when the data is tablegen-erated. Reviewers: t.p.northover, ab, rovka, qcolombet Subscribers: aditya_nandakumar, kristof.beyls, vkalintiris, llvm-commits, dberris Differential Revision: https://reviews.llvm.org/D27809 llvm-svn: 291770
Diffstat (limited to 'clang/unittests/AST/SourceLocationTest.cpp')
0 files changed, 0 insertions, 0 deletions