diff options
| -rw-r--r-- | llvm/docs/CommandLine.rst | 2 | ||||
| -rw-r--r-- | llvm/utils/TableGen/IntrinsicEmitter.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandLine.rst b/llvm/docs/CommandLine.rst index 5d2a39d45a1..9496157d434 100644 --- a/llvm/docs/CommandLine.rst +++ b/llvm/docs/CommandLine.rst @@ -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:: diff --git a/llvm/utils/TableGen/IntrinsicEmitter.cpp b/llvm/utils/TableGen/IntrinsicEmitter.cpp index ba793ad9b93..78a17cde468 100644 --- a/llvm/utils/TableGen/IntrinsicEmitter.cpp +++ b/llvm/utils/TableGen/IntrinsicEmitter.cpp @@ -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, |

