Tablgen files for really simple instruction selector
[oota-llvm.git] / lib / Target / X86 / X86.h
index 54e2861a5f6e8d173029b5671d748f8bb7ba22c5..fde6bc61081efab61079cf18fddcdca2347bc99e 100644 (file)
@@ -29,6 +29,12 @@ class IntrinsicLowering;
 ///
 FunctionPass *createX86SimpleInstructionSelector(TargetMachine &TM);
 
+/// createX86ReallySimpleInstructionSelector - This pass converts an LLVM
+/// function into a machine code representation in an even simpler fashion
+/// than above.
+///
+FunctionPass *createX86ReallySimpleInstructionSelector(TargetMachine &TM);
+
 /// createX86PatternInstructionSelector - This pass converts an LLVM function
 /// into a machine code representation using pattern matching and a machine
 /// description file.