[LLVMbugs] [Bug 8417] New: MachineInstr does not have clear AsmPrinter flag instructions
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Tue Oct 19 11:31:41 PDT 2010
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=8417
           Summary: MachineInstr does not have clear AsmPrinter flag
                    instructions
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: micah.villmow at amd.com
                CC: llvmbugs at cs.uiuc.edu
Need to add the following instructions to the AsmPrinter class.
/// clearAsmPrinterFlags - clear the AsmPrinter bitvector
///
void clearAsmPrinterFlags() { AsmPrinterFlags = 0; }
/// clearAsmPrinterFlag - clear specific AsmPrinter flags
///
void clearAsmPrinterFlag(CommentFlag Flag) {
  return AsmPrinterFlags &= ~Flag;
}
-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
    
    
More information about the llvm-bugs
mailing list