Add a comment.

llvm-svn: 77894
This commit is contained in:
Dan Gohman 2009-08-02 16:10:01 +00:00
parent 1ccfa8bdc1
commit 73efcaf6e1
1 changed files with 1 additions and 0 deletions

View File

@ -3467,6 +3467,7 @@ def : Pat<(X86tcret (i32 tglobaladdr:$dst), imm:$off),
def : Pat<(X86tcret (i32 texternalsym:$dst), imm:$off),
(TCRETURNdi texternalsym:$dst, imm:$off)>;
// Normal calls, with various flavors of addresses.
def : Pat<(X86call (i32 tglobaladdr:$dst)),
(CALLpcrel32 tglobaladdr:$dst)>;
def : Pat<(X86call (i32 texternalsym:$dst)),