pc-relative references are *always* to functions, never to globals. ISel
authorChris Lattner <sabre@nondot.org>
Thu, 9 Jul 2009 05:19:23 +0000 (05:19 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 Jul 2009 05:19:23 +0000 (05:19 +0000)
commitf2c081fc2a5fc16d1e540d187fabd1f1091b99e5
treed2d1008dc628e325b39848e353a95e172f280c67
parent1ebd3bfcbd571ee101e0555653599b650c65fa48
pc-relative references are *always* to functions, never to globals.  ISel
is incapable of lowering direct references to globals like this, zap the code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75106 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp