[docs] Clarify llvm.used semantics with less awkward wording
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 28 Jan 2020 11:13:57 +0000 (12:13 +0100)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 28 Jan 2020 11:13:57 +0000 (12:13 +0100)
llvm/docs/LangRef.rst

index 36e6f90..315a121 100644 (file)
@@ -6704,7 +6704,7 @@ corresponds to "``attribute((used))``" in GNU C.
 
 On some targets, the code generator must emit a directive to the
 assembler or object file to prevent the assembler and linker from
-molesting the symbol.
+removing the symbol.
 
 .. _gv_llvmcompilerused: