Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / PR27739 / DataInputHandler.h
blob1ef02ecb8da08aae90003d5e3849398b0eaa8b5b
1 template < typename > struct vector {};
3 #include <map>
4 #include "Types.h"
6 struct TString {
7 TString (char *);
8 };
10 struct TreeInfo {};
12 class DataInputHandler {
13 void AddTree ();
14 void SignalTreeInfo () {
15 fInputTrees[(char*)""];
17 map <TString, vector <TreeInfo> >fInputTrees;
18 map <string, bool> fExplicitTrainTest;