Make sure to pass OpFlags into MachineInstrBuilder::addExternalSymbol; the
authorEli Friedman <eli.friedman@gmail.com>
Sat, 11 Jun 2011 01:55:07 +0000 (01:55 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 11 Jun 2011 01:55:07 +0000 (01:55 +0000)
commit8a37aba693bcc85b33c12d9c67322ef5f674c9a6
tree8e0cca7cc32db58158dee374e7e277c457bababc
parentf289df2d9544bd3a0934651daa20e589544413ba
Make sure to pass OpFlags into MachineInstrBuilder::addExternalSymbol; the
memcpy/memset symbol doesn't get marked up correctly in PIC modes otherwise.
Should fix llvm-x86_64-linux-checks buildbot.  Followup to r132864.

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