Revert "[X86] Fix a variable name for r237977 so that it works with every compilers."
[oota-llvm.git] / lib / Target / X86 / X86.h
index 8403ae6101df60c9e0a1984032371dbefb25a303..62c65bacef51793a174d27a1af5c69b827023d4a 100644 (file)
@@ -75,11 +75,6 @@ FunctionPass *createX86CallFrameOptimization();
 /// preparation.
 FunctionPass *createX86WinEHStatePass();
 
-/// Return a Machine IR pass that expands X86-specific pseudo
-/// instructions into a sequence of actual instructions. This pass
-/// must run after prologue/epilogue insertion and before lowering
-/// the MachineInstr to MC.
-FunctionPass *createX86ExpandPseudoPass();
 } // End llvm namespace
 
 #endif