| commit | 1d49eb00d97a8e920ae34ff433419d0cd61641fd | [log] [tgz] |
|---|---|---|
| author | Fangrui Song <maskray@google.com> | Thu Feb 13 16:36:27 2020 -0800 |
| committer | Fangrui Song <maskray@google.com> | Thu Feb 13 17:06:24 2020 -0800 |
| tree | 4ac37b7c47c1c8bfba32de990395861ffe8f3930 | |
| parent | 918e90559b08adebff26c342080c65e79cc223ec [diff] [blame] |
[AsmPrinter] De-capitalize all AsmPrinter::Emit* but EmitInstruction Similar to rL328848.
diff --git a/llvm/docs/GarbageCollection.rst b/llvm/docs/GarbageCollection.rst index 8c6b046..ade944b 100644 --- a/llvm/docs/GarbageCollection.rst +++ b/llvm/docs/GarbageCollection.rst
@@ -958,7 +958,7 @@ // } __gcmap_<FUNCTIONNAME>; // Align to address width. - AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3); + AP.emitAlignment(IntPtrSize == 4 ? 2 : 3); // Emit PointCount. OS.AddComment("safe point count");