From 61ff2864cb9cf7ba2e80e6ebc6f9cd1e96a68bdf Mon Sep 17 00:00:00 2001 From: Gabor Buella Date: Mon, 30 Apr 2018 10:18:11 +0000 Subject: NFC - Typo fixes lib/VMCore -> lib/IR llvm-svn: 331166 --- llvm/utils/TableGen/IntrinsicEmitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/utils/TableGen/IntrinsicEmitter.cpp') 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, -- cgit v1.2.3