1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00

[TableGen] Include StringMap.h instead of StringSet.h since that's the data structure we use.

llvm-svn: 313859
This commit is contained in:
Craig Topper 2017-09-21 04:55:03 +00:00
parent 0f92846baa
commit 5cd1ee7023

View 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"