commit | b1b1736585f87f15888ea256fb40775093effe31 | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Fri Sep 26 09:15:04 2014 -0700 |
committer | Karl Schimpf <kschimpf@google.com> | Fri Sep 26 09:15:04 2014 -0700 |
tree | 06d69093d304ca98a19633240b9f46721d2ded16 | |
parent | 8e8042c42b71675891b824b6bfcd8938174661bc [diff] |
Fix undef test to use Subzero's bitcode reader. This test was previously failing because insertelement returned the wrong type. However, a previous CL fixed this problem and the test now works with Subzero's bitcode reader. BUG=None R=stichnot@chromium.org Review URL: https://codereview.chromium.org/605273002