[llvm-commits] [PATCH] ASan: move stack poisoning logic into FunctionStackPoisoner struct.

Evgeniy Stepanov eugenis at google.com
Tue Dec 25 03:41:50 PST 2012


  LGTM


================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:1101
@@ +1100,3 @@
+void FunctionStackPoisoner::poisonRedZones(
+    const ArrayRef<AllocaInst*> &AllocaVec, IRBuilder<> IRB, Value *ShadowBase,
+    bool DoPoison) {
----------------
I think this should be indented with 2 spaces, not 4.


http://llvm-reviews.chandlerc.com/D239



More information about the llvm-commits mailing list