AArch64: disable FastISel for large code model.
authorTim Northover <tnorthover@apple.com>
Sat, 24 May 2014 19:45:41 +0000 (19:45 +0000)
committerTim Northover <tnorthover@apple.com>
Sat, 24 May 2014 19:45:41 +0000 (19:45 +0000)
commit391f93a55440e6cd90a0cf9c14a41059e3a0ca26
tree6de048056548bdb00c80f256419ad31f632134ea
parent7cd0df41bf20b56d2eda6585ef22896524fe5da7
AArch64: disable FastISel for large code model.

The code emitted is what would be expected for the small model, so it
shouldn't be used when objects can be the full 64-bits away.

This fixes MCJIT tests on Linux.

llvm-svn: 209585
llvm/lib/Target/AArch64/AArch64FastISel.cpp