summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-07-01 21:46:41 +0000
committerGabor Greif <ggreif@gmail.com>2010-07-01 21:46:41 +0000
commit2df8a3a968289ff48c121144cbd1081181e16856 (patch)
tree4082cdd369e17ee71e4f9b0f7a8ddcc2c29a8037 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent47a3e26cf8a6df5a5860c65fe3b9b9e73ae5e63e (diff)
downloadbcm5719-llvm-2df8a3a968289ff48c121144cbd1081181e16856.tar.gz
bcm5719-llvm-2df8a3a968289ff48c121144cbd1081181e16856.zip
evil hack to coerce external users (projects)
to update their code to high-level interfaces If you get compile errors in your project please update your code according to the comments. This is a re-commit of r107396 which causes compile errors for the indicated usage patterns instead of link errors (which are less easy to fix because of missing source location). If you get compile errors please perform following functionally equivalent transformations: - getOperand(0) ---> getCalledValue() - setOperand(0, V) ---> setCalledFunction(V) This will make your code more future-proof and avoid potentially hard-to-debug bugs. please refer to this thread on llvm-dev: <http://groups.google.com/group/llvm-dev/browse_thread/thread/64650cf343b28271> llvm-svn: 107432
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud