Set or clear the allow-contract flag on this instruction.
Declared in <llvm/IR/Instruction.h>
void
setHasAllowContract(bool B);
The instruction must be an operator which supports this flag. See LangRef.html for the meaning of this flag.
| Name | Description |
|---|---|
| B | True to set the flag; false to clear it. |