projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15e7122
)
Fix a minor inconsistency.
author
Dan Gohman
<gohman@apple.com>
Mon, 30 Nov 2009 23:33:37 +0000
(23:33 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 30 Nov 2009 23:33:37 +0000
(23:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90165
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86Instr64bit.td
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86Instr64bit.td
b/lib/Target/X86/X86Instr64bit.td
index a01534b70d24c88ba1d14b913fcd3dbab553c59b..b5fa862712e55c723bae7c066f4eca2f02f6cb0d 100644
(file)
--- a/
lib/Target/X86/X86Instr64bit.td
+++ b/
lib/Target/X86/X86Instr64bit.td
@@
-1663,7
+1663,7
@@
def : Pat<(X86tcret GR64:$dst, imm:$off),
(TCRETURNri64 GR64:$dst, imm:$off)>;
def : Pat<(X86tcret (i64 tglobaladdr:$dst), imm:$off),
- (TCRETURNdi64 t
externalsym
:$dst, imm:$off)>;
+ (TCRETURNdi64 t
globaladdr
:$dst, imm:$off)>;
def : Pat<(X86tcret (i64 texternalsym:$dst), imm:$off),
(TCRETURNdi64 texternalsym:$dst, imm:$off)>;