1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

VMCore was renamed to IR long time ago

llvm-svn: 220838
This commit is contained in:
Seo Sanghyeon 2014-10-29 05:20:39 +00:00
parent 8bad109b55
commit e3b22c6c38

View File

@ -1018,7 +1018,7 @@ This directory contains most of the source files of the LLVM system. In LLVM,
almost all code exists in libraries, making it very easy to share code among the almost all code exists in libraries, making it very easy to share code among the
different `tools`_. different `tools`_.
``llvm/lib/VMCore/`` ``llvm/lib/IR/``
This directory holds the core LLVM source files that implement core classes This directory holds the core LLVM source files that implement core classes
like Instruction and BasicBlock. like Instruction and BasicBlock.