Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
[oota-llvm.git] / include / llvm / CodeGen / FunctionLiveVarInfo.h
index dbbcd6a75bfc8c1f50122a257ad4f80419b7af75..0bdd7f92b9cb66931c50b6398e0438671476a088 100644 (file)
@@ -62,7 +62,7 @@
 #define FUNCTION_LIVE_VAR_INFO_H
 
 #include "llvm/Pass.h"
-#include "llvm/Analysis/LiveVar/ValueSet.h"
+#include "llvm/CodeGen/ValueSet.h"
 
 class BBLiveVar;
 class MachineInstr;