forked from OSchip/llvm-project
parent
57c2095d1b
commit
61ff2864cb
|
@ -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::
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue