Revert "Insert random noops to increase security against ROP attacks (llvm)"
[oota-llvm.git] / include / llvm / CodeGen / Passes.h
index fe4e11e63cdca7e2c45aa2563abe7d37c72d44f4..8ed32b8a8dd55ba57400ea8bcf112c9281fd8d8d 100644 (file)
@@ -603,10 +603,6 @@ namespace llvm {
   /// the intrinsic for later emission to the StackMap.
   extern char &StackMapLivenessID;
 
-  /// NoopInsertion - This pass adds fine-grained diversity by displacing code
-  /// using randomly placed (optionally target supplied) Noop instructions.
-  extern char &NoopInsertionID;
-
   /// createJumpInstrTables - This pass creates jump-instruction tables.
   ModulePass *createJumpInstrTablesPass();