NFC - Typo fixes lib/VMCore -> lib/IR

llvm-svn: 331166
This commit is contained in:
Gabor Buella 2018-04-30 10:18:11 +00:00
parent 57c2095d1b
commit 61ff2864cb
2 changed files with 2 additions and 2 deletions

View File

@ -1716,7 +1716,7 @@ line option outside of the library. In these cases the library does or should
provide an external storage location that is accessible to users of the
library. Examples of this include the ``llvm::DebugFlag`` exported by the
``lib/Support/Debug.cpp`` file and the ``llvm::TimePassesIsEnabled`` flag
exported by the ``lib/VMCore/PassManager.cpp`` file.
exported by the ``lib/IR/PassManager.cpp`` file.
.. todo::

View File

@ -172,7 +172,7 @@ void IntrinsicEmitter::EmitIntrinsicToOverloadTable(
}
// NOTE: This must be kept in synch with the copy in lib/VMCore/Function.cpp!
// NOTE: This must be kept in synch with the copy in lib/IR/Function.cpp!
enum IIT_Info {
// Common values should be encoded with 0-15.
IIT_Done = 0,