OSDN Git Service

Add switch instruction to Subzero bitcode reader.
authorKarl Schimpf <kschimpf@google.com>
Wed, 17 Sep 2014 22:38:17 +0000 (15:38 -0700)
committerKarl Schimpf <kschimpf@google.com>
Wed, 17 Sep 2014 22:38:17 +0000 (15:38 -0700)
commitd1a971a156cbd06b552b5d875883e1a89bd6e535
treee7d034bf0a813f94ac5bd62a642b92bcb6c6e4aa
parentcc0ee13f8ffd5ddd92f01b60198590751450f059
Add switch instruction to Subzero bitcode reader.

BUG= https://code.google.com/p/nativeclient/issues/detail?id=3892
R=stichnot@chromium.org

Review URL: https://codereview.chromium.org/576243002
src/IceTypes.cpp
src/IceTypes.h
src/PNaClTranslator.cpp
tests_lit/reader_tests/switch.ll [new file with mode: 0644]