summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/IntrinsicEmitter.cpp
diff options
context:
space:
mode:
authorGabor Buella <gabor.buella@intel.com>2018-04-30 10:18:11 +0000
committerGabor Buella <gabor.buella@intel.com>2018-04-30 10:18:11 +0000
commit61ff2864cb9cf7ba2e80e6ebc6f9cd1e96a68bdf (patch)
tree04c3e6c7395754e972ff13acd529023dccadcb85 /llvm/utils/TableGen/IntrinsicEmitter.cpp
parent57c2095d1b4013e15af07ea263c190189aa2b5f1 (diff)
downloadbcm5719-llvm-61ff2864cb9cf7ba2e80e6ebc6f9cd1e96a68bdf.tar.gz
bcm5719-llvm-61ff2864cb9cf7ba2e80e6ebc6f9cd1e96a68bdf.zip
NFC - Typo fixes lib/VMCore -> lib/IR
llvm-svn: 331166
Diffstat (limited to 'llvm/utils/TableGen/IntrinsicEmitter.cpp')
-rw-r--r--llvm/utils/TableGen/IntrinsicEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
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,
OpenPOWER on IntegriCloud