[LLVMbugs] [Bug 15430] New: printCPInstOperand does not seem to be defined anywhere
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Mar 3 06:29:22 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=15430
Bug ID: 15430
Summary: printCPInstOperand does not seem to be defined
anywhere
Product: tools
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: llc
Assignee: unassignedbugs at nondot.org
Reporter: rkotler at mips.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
In ARMInstrInfo.td
// An operand for the CONSTPOOL_ENTRY pseudo-instruction.
def cpinst_operand : Operand<i32> {
let PrintMethod = "printCPInstOperand";
}
Just happened to notice this while studying this code.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130303/ccc16327/attachment.html>
More information about the llvm-bugs
mailing list