There are times when the landing pad won't have a call to 'eh.selector' in
[oota-llvm.git] / lib / CodeGen / Spiller.h
index 92f092a0da58760673b0cb2676ef79157f6cdab4..f017583494ed28f2c621fdbbbdf180d5702c003b 100644 (file)
@@ -44,6 +44,13 @@ namespace llvm {
   Spiller* createSpiller(MachineFunctionPass &pass,
                          MachineFunction &mf,
                          VirtRegMap &vrm);
+
+  /// Create and return a spiller that will insert spill code directly instead
+  /// of deferring though VirtRegMap.
+  Spiller *createInlineSpiller(MachineFunctionPass &pass,
+                               MachineFunction &mf,
+                               VirtRegMap &vrm);
+
 }
 
 #endif