Skip to content
Snippets Groups Projects
Commit 53befe7b authored by Chris Lattner's avatar Chris Lattner
Browse files

fix a win64 encoding problem, patch by Cameron Esfahani!

llvm-svn: 110164
parent 8601a751
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,7 @@ let isCall = 1, isCodeGenOnly = 1 in ...@@ -168,7 +168,7 @@ let isCall = 1, isCodeGenOnly = 1 in
MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7, MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
XMM0, XMM1, XMM2, XMM3, XMM4, XMM5, EFLAGS], XMM0, XMM1, XMM2, XMM3, XMM4, XMM5, EFLAGS],
Uses = [RSP] in { Uses = [RSP] in {
def WINCALL64pcrel32 : I<0xE8, RawFrm, def WINCALL64pcrel32 : Ii32PCRel<0xE8, RawFrm,
(outs), (ins i64i32imm_pcrel:$dst, variable_ops), (outs), (ins i64i32imm_pcrel:$dst, variable_ops),
"call\t$dst", []>, "call\t$dst", []>,
Requires<[IsWin64]>; Requires<[IsWin64]>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment