OSDN Git Service

Subzero, MIPS32: UnimplementedError removed from most common crashers
authorSrdjan Obucina <Srdjan.Obucina@imgtec.com>
Wed, 22 Jun 2016 15:57:02 +0000 (08:57 -0700)
committerJim Stichnoth <stichnot@chromium.org>
Wed, 22 Jun 2016 15:57:02 +0000 (08:57 -0700)
commit2e08a06fc552f02e70f473510e192ce378c3bffe
tree86cdb1a3bd13aff1d02437a3917292982e1c4950
parent6b44fb07b4bc1ce997a4235827c221d3a1b7d643
Subzero, MIPS32: UnimplementedError removed from most common crashers

UnimplementedError is removed from three functions because it causes
crashes in almost every test from tests_lit/llvm2ice_tests.

emitVariable appears as correct, UnimplementedError may be there by mistake.

lowerConstants is unimplemented, but its obvious without UnimeplementedError.

lowerJumpTables is unimplemented, but its obvious without UnimeplementedError.

We comment these three anyway while changing and testing, so removing them will
not affect final results anyway.

R=stichnot@chromium.org

Review URL: https://codereview.chromium.org/2086423002 .

Patch from Srdjan Obucina <Srdjan.Obucina@imgtec.com>.
src/IceTargetLoweringMIPS32.cpp