[TableGen] Move determination of IsIsolatedToken into the tokenizer instead of trying...
[oota-llvm.git] / utils / GenLibDeps.pl
index 656250c7e3d979bf73bd2ae0b7271f4006625949..7748cabdab5b2db5645d74ad31e06550186051f3 100755 (executable)
@@ -98,7 +98,7 @@ if ($PEROBJ) {
     $libpath =~ s/^BitWriter/Bitcode\/Writer/;
     $libpath =~ s/^CppBackend/Target\/CppBackend/;
     $libpath =~ s/^MSIL/Target\/MSIL/;
-    $libpath =~ s/^Core/VMCore/;
+    $libpath =~ s/^Core/IR/;
     $libpath =~ s/^Instrumentation/Transforms\/Instrumentation/;
     $libpath =~ s/^Interpreter/ExecutionEngine\/Interpreter/;
     $libpath =~ s/^JIT/ExecutionEngine\/JIT/;