MC: mayAffectControlFlow() handling for variadic instructions.
Variadic MC instructions don't note whether the variable operands are uses or defs, so mayAffectControlFlow() must conservatively assume they are defs and return true if the PC is in the operand list. rdar://14488628 llvm-svn: 186846
Loading
Please register or sign in to comment