Fix a minor inconsistency.
authorDan Gohman <gohman@apple.com>
Mon, 30 Nov 2009 23:33:37 +0000 (23:33 +0000)
committerDan 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

index a01534b70d24c88ba1d14b913fcd3dbab553c59b..b5fa862712e55c723bae7c066f4eca2f02f6cb0d 100644 (file)
@@ -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)>;