diff options
author | Dan Gohman <gohman@apple.com> | 2009-08-02 16:10:01 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-08-02 16:10:01 +0000 |
commit | cadb226a3ff685bdb47c5080d6dc462e4ca8665c (patch) | |
tree | 7a8d477a54013739c1109f410ff0e0edcf5c90ba | |
parent | a98634ba14b987a662a346414eaf119934b31bd2 (diff) |
Add a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77894 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/X86/X86InstrInfo.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/X86/X86InstrInfo.td b/lib/Target/X86/X86InstrInfo.td index 9814a075d4..02ddf2583e 100644 --- a/lib/Target/X86/X86InstrInfo.td +++ b/lib/Target/X86/X86InstrInfo.td @@ -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)), |