diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2014-07-21 12:25:34 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2014-07-21 12:25:34 +0000 |
commit | decb7a2b0bd567006a372bffe3240cda1292c655 (patch) | |
tree | 84eeb168de976917d92455cf562fc13ceac18a7d /llvm/lib/Analysis/AliasAnalysis.cpp | |
parent | 6125da9258e6e070b5188a30715eef9e6e695f71 (diff) | |
download | bcm5719-llvm-decb7a2b0bd567006a372bffe3240cda1292c655.tar.gz bcm5719-llvm-decb7a2b0bd567006a372bffe3240cda1292c655.zip |
[mips] Try to fix the test/ExecutionEngine tests on a MIPS host.
Fix a dangerous default case that caused MipsCodeEmitter to discard pseudo
instructions it didn't recognize. It will now call llvm_unreachable() for
unrecognized pseudo's and explicitly handles PseudoReturn, PseudoReturn64,
PseudoIndirectBranch, PseudoIndirectBranch64, CFI_INSTRUCTION, IMPLICIT_DEF,
and KILL.
There may be other pseudos that need handling but this was enough for the
ExecutionEngine tests to pass on my test system.
llvm-svn: 213513
Diffstat (limited to 'llvm/lib/Analysis/AliasAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions