LiveInterval: Use more range based for loops for value numbers and segments.
[oota-llvm.git] / include / llvm / Pass.h
index 30c864c5231345f39daa1f7df78f2c52d28ab488..c2b9f95956e80cb8fddbbff180f545629bc3619f 100644 (file)
@@ -29,9 +29,7 @@
 #ifndef LLVM_PASS_H
 #define LLVM_PASS_H
 
-#include "llvm/Support/CBindingWrapping.h"
 #include "llvm/Support/Compiler.h"
-#include "llvm-c/Core.h"
 #include <string>
 
 namespace llvm {
@@ -371,9 +369,6 @@ protected:
 /// @brief This is the storage for the -time-passes option.
 extern bool TimePassesIsEnabled;
 
-// Create wrappers for C Binding types (see CBindingWrapping.h).
-DEFINE_SIMPLE_CONVERSION_FUNCTIONS(Pass, LLVMPassRef)
-
 } // End llvm namespace
 
 // Include support files that contain important APIs commonly used by Passes,