1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

RegUsageInfoPropagate.cpp - remove unused <string> and <map> includes. NFCI.

This commit is contained in:
Simon Pilgrim 2021-06-13 15:07:14 +01:00
parent f71e5f90f8
commit 20d33f98a5

View File

@ -30,8 +30,6 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetMachine.h"
#include <map>
#include <string>
using namespace llvm;