[AArch64] Use the default constructor of RegisterBankInfo when GlobalISel is not...
authorQuentin Colombet <qcolombet@apple.com>
Wed, 6 Apr 2016 15:53:13 +0000 (15:53 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Wed, 6 Apr 2016 15:53:13 +0000 (15:53 +0000)
commitd1d324b2ae38877a0afe9cf31077f3467cfef10d
tree10925f5749e02a636599333ec617ae8b9062efdd
parent911181882efaadecbeaca005529069b8752c053b
[AArch64] Use the default constructor of RegisterBankInfo when GlobalISel is not built.
This will avoid link-time error as the defautl constructor of RegisterBankInfo is
the only one available when GlobalISel is not built.

llvm-svn: 265549
llvm/lib/Target/AArch64/AArch64RegisterBankInfo.cpp