[LLVMbugs] [Bug 20181] New: Typo in X86InstrCompiler.td?
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jul 1 11:20:23 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20181
Bug ID: 20181
Summary: Typo in X86InstrCompiler.td?
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: hjl.tools at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
X86InstrCompiler.td has
def : Pat<(X86tcret (i32 tglobaladdr:$dst), imm:$off),
(TCRETURNdi texternalsym:$dst, imm:$off)>,
^^^^^^^^^^^^^ Should it be tglobaladdr, like
TCRETURNdi64?
Requires<[Not64BitMode]>;
--
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/20140701/dc8cf5ad/attachment.html>
More information about the llvm-bugs
mailing list