]> granicus.if.org Git - llvm/commitdiff
[TableGen] Include StringMap.h instead of StringSet.h since that's the data structure...
authorCraig Topper <craig.topper@intel.com>
Thu, 21 Sep 2017 04:55:03 +0000 (04:55 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 21 Sep 2017 04:55:03 +0000 (04:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313859 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/CodeGenDAGPatterns.cpp

index e594d5e1ac482d404060a9f6b41550096f632aa9..d4c81c327abbda2983518d3c722f2c6a5c17619e 100644 (file)
@@ -18,7 +18,7 @@
 #include "llvm/ADT/SmallSet.h"
 #include "llvm/ADT/SmallString.h"
 #include "llvm/ADT/StringExtras.h"
-#include "llvm/ADT/StringSet.h"
+#include "llvm/ADT/StringMap.h"
 #include "llvm/ADT/Twine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"