Update the wording of a comment in the LangRef now that multi-threading is no...
authorRiver Riddle <riverriddle@google.com>
Sat, 27 Apr 2019 21:26:41 +0000 (14:26 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 6 May 2019 15:19:03 +0000 (08:19 -0700)
--

PiperOrigin-RevId: 245586656

mlir/g3doc/LangRef.md

index bbd2f48..542b2ef 100644 (file)
@@ -1957,9 +1957,9 @@ Examples:
 
 ```
 
-MLIR does not allow direct references to functions in SSA operands because we
-anticipate the desire to multithread the compiler, and disallowing SSA values to
-directly reference a function simplifies this
+MLIR does not allow direct references to functions in SSA operands because the
+compiler is multithreaded, and disallowing SSA values to directly reference a
+function simplifies this
 ([rationale](Rationale.md#multithreading-the-compiler)).
 
 #### 'divis' operation