[PATCH] D19904: XRay: Add entry and exit sleds
Dean Michael Berris via llvm-commits
llvm-commits at lists.llvm.org
Tue May 17 19:50:08 PDT 2016
dberris marked an inline comment as done.
================
Comment at: include/llvm/Target/TargetOpcodes.def:145
@@ -144,1 +144,3 @@
+/// This is a marker instruction which gets translated into a nop sled, useful
+/// for inserting instrumentation instructions at runtime.
----------------
Done
http://reviews.llvm.org/D19904
More information about the llvm-commits
mailing list