diff options
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r-- | docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index dd9cd4a..9a28f1f 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -600,7 +600,7 @@ BuildMI(MBB, X86::JNE, 1).addMBB(&MBB); <div class="doc_code"> <pre> -MI.addReg(Reg, MachineOperand::Def); +MI.addReg(Reg, RegState::Define); </pre> </div> |