nir/io_to_vector: Use nir_foreach_variable_with_modes
[mesa.git] / bin / perf-annotate-jit.py
index 4f05585bd431c3bdceea824d2bf0b8e793b2be86..28bbc59b600342e6e568be52a66044501668680e 100755 (executable)
@@ -28,7 +28,7 @@ Linux `perf annotate` does not work with JIT code.  This script takes the data
 produced by `perf script` command, plus the diassemblies outputed by gallivm
 into /tmp/perf-XXXXX.map.asm and produces output similar to `perf annotate`.
 
-See docs/llvmpipe.html for usage instructions.
+See docs/llvmpipe.rst for usage instructions.
 
 The `perf script` output parser was derived from the gprof2dot.py script.
 """