Add a comment.
authorDan Gohman <gohman@apple.com>
Sun, 2 Aug 2009 16:10:01 +0000 (16:10 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 2 Aug 2009 16:10:01 +0000 (16:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77894 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrInfo.td

index 9814a075d431a3d1cc452b44d5f4b79c51d1509a..02ddf2583e11860bccf28847fc5cbc49e4d5a1cb 100644 (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)),