diff options
author | Reid Kleckner <rnk@google.com> | 2018-11-01 18:14:45 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2018-11-01 18:14:45 +0000 |
commit | ba982b5f8f21b671463db0456f5bffdabdaef966 (patch) | |
tree | 9ca50c4fb7a44d870d2264a79be245e895345a4a /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | b10bacf1225475a1fef6e1c5a9646920bace8578 (diff) | |
download | llvm-ba982b5f8f21b671463db0456f5bffdabdaef966.zip llvm-ba982b5f8f21b671463db0456f5bffdabdaef966.tar.gz llvm-ba982b5f8f21b671463db0456f5bffdabdaef966.tar.bz2 |
[Hexagon] Fix MO_JumpTable const extender conversion
Previously this case fell through to unreachable, so it is clearly not
covered by any test case in LLVM. It may be dynamically unreachable, in
fact. However, if it were to run, this is what it would logically do.
The assert suggests that the intended behavior was not to allow folding
offsets from jump table indices, which makes sense.
llvm-svn: 345868
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions