summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-30 23:33:37 +0000
committerDan Gohman <gohman@apple.com>2009-11-30 23:33:37 +0000
commit6f51309021cb2c435af845577ff01241f8e8c9cd (patch)
tree23314114fe8a6f06431bef9a53082a568918086e
parentec30044cf76c63ccaef8168da166737760bd3597 (diff)
downloadbcm5719-llvm-6f51309021cb2c435af845577ff01241f8e8c9cd.tar.gz
bcm5719-llvm-6f51309021cb2c435af845577ff01241f8e8c9cd.zip
Fix a minor inconsistency.
llvm-svn: 90165
-rw-r--r--llvm/lib/Target/X86/X86Instr64bit.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86Instr64bit.td b/llvm/lib/Target/X86/X86Instr64bit.td
index a01534b70d2..b5fa862712e 100644
--- a/llvm/lib/Target/X86/X86Instr64bit.td
+++ b/llvm/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 texternalsym:$dst, imm:$off)>;
+ (TCRETURNdi64 tglobaladdr:$dst, imm:$off)>;
def : Pat<(X86tcret (i64 texternalsym:$dst), imm:$off),
(TCRETURNdi64 texternalsym:$dst, imm:$off)>;
OpenPOWER on IntegriCloud