ModuleUtils.h - include and forward declaration cleanup. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 11 Apr 2020 12:18:39 +0000 (13:18 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 11 Apr 2020 20:25:53 +0000 (21:25 +0100)
commit1b76c4cade59a47b9dc69b6a8f28f7dc8d1895a4
treec8e13c3e32d448b9182d404c0247e278b4ade914
parent5d5671242eb731bf3bc504b94b6a472cab23a359
ModuleUtils.h - include and forward declaration cleanup. NFC.

Replace SmallSet.h include with SmallVector.h - only SmallVector.h is used from inside SmallSet.h
Remove llvm::StringRef forward declaration (we include StringRef.h)
Remove unused llvm::GlobalVariable forward declaration.
llvm/include/llvm/Transforms/Utils/ModuleUtils.h