[LLVMbugs] [Bug 22331] New: Typo in test/CodeGen/X86/sibcall.ll
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jan 26 07:58:41 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22331
Bug ID: 22331
Summary: Typo in test/CodeGen/X86/sibcall.ll
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
test/CodeGen/X86/sibcall.ll has
; 64-NOT: subq ${{[0-9]+}}, %esp
; 64-NOT: addq ${{[0-9]+}}, %esp
They will never match subq/addq since they have %rsp, not %esp.
--
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/20150126/f8000537/attachment.html>
More information about the llvm-bugs
mailing list