Separate out BDCE's analysis into a separate DemandedBits analysis.
[oota-llvm.git] / include / llvm / module.modulemap
index a9e6daf4977e45f9ba0494987b0e3fe094689048..dcc5ce1059ff5d24f5812786f4f147fb9659491b 100644 (file)
@@ -124,6 +124,7 @@ module LLVM_IR {
   textual header "IR/DebugInfoFlags.def"
   textual header "IR/Instruction.def"
   textual header "IR/Metadata.def"
+  textual header "IR/Value.def"
 }
 
 module LLVM_IRReader { requires cplusplus umbrella "IRReader" module * { export * } }