[llvm] r331166 - NFC - Typo fixes lib/VMCore -> lib/IR

Gabor Buella via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 30 03:18:11 PDT 2018


Author: gbuella
Date: Mon Apr 30 03:18:11 2018
New Revision: 331166

URL: http://llvm.org/viewvc/llvm-project?rev=331166&view=rev
Log:
NFC - Typo fixes lib/VMCore -> lib/IR

Modified:
    llvm/trunk/docs/CommandLine.rst
    llvm/trunk/utils/TableGen/IntrinsicEmitter.cpp

Modified: llvm/trunk/docs/CommandLine.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandLine.rst?rev=331166&r1=331165&r2=331166&view=diff
==============================================================================
--- llvm/trunk/docs/CommandLine.rst (original)
+++ llvm/trunk/docs/CommandLine.rst Mon Apr 30 03:18:11 2018
@@ -1716,7 +1716,7 @@ line option outside of the library. In t
 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::
 

Modified: llvm/trunk/utils/TableGen/IntrinsicEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/IntrinsicEmitter.cpp?rev=331166&r1=331165&r2=331166&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/IntrinsicEmitter.cpp (original)
+++ llvm/trunk/utils/TableGen/IntrinsicEmitter.cpp Mon Apr 30 03:18:11 2018
@@ -172,7 +172,7 @@ void IntrinsicEmitter::EmitIntrinsicToOv
 }
 
 
-// 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,




More information about the llvm-commits mailing list