Update StackProtector when coloring merges stack slots
[oota-llvm.git] / include / llvm / CodeGen / StackProtector.h
index 1c79218a60629bc3b1e6f8042ef0bb0d3f6f309f..89992d5d3892802b27f7b29c196cd2cde5e6a67c 100644 (file)
@@ -119,6 +119,7 @@ public:
   }
 
   SSPLayoutKind getSSPLayout(const AllocaInst *AI) const;
+  void adjustForColoring(const AllocaInst *From, const AllocaInst *To);
 
   virtual bool runOnFunction(Function &Fn);
 };