diff options
author | Tim Northover <tnorthover@apple.com> | 2016-07-27 14:30:49 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2016-07-27 14:30:49 +0000 |
commit | 8658b3c393e82370edae7556e5262b674c7cc323 (patch) | |
tree | 3cf1a5be4df449197c4cf048abfd3f9ea1b43b8d /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 5c339ec83022db0afc81e33e7dfaf4a89e8cc408 (diff) | |
download | bcm5719-llvm-8658b3c393e82370edae7556e5262b674c7cc323.tar.gz bcm5719-llvm-8658b3c393e82370edae7556e5262b674c7cc323.zip |
GlobalISel: remove variable_ops from output list.
The instance in the input operand list allows both inputs and outputs,
but the one in (outs) is not treated specially which leads to the
MachineVerifier invoking UB (looking at an invalid MCInstrDesc field).
No functional change except in UBSan builds (maybe, who knows!), where
it fixes the legalize-add.mir test.
llvm-svn: 276872
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions