Optimize vector select from all 0s or all 1s
[oota-llvm.git] / docs / Atomics.rst
index db27959073db292d4fe3aeb97cfee1b288f950c4..705d73fbaba43c62b9dbd80bedd20e3cd77bea30 100644 (file)
@@ -1,5 +1,3 @@
-.. _atomics:
-
 ==============================================
 LLVM Atomic Instructions and Concurrency Guide
 ==============================================
@@ -318,7 +316,7 @@ Notes for frontends
   operation, and vice versa.
 
 Notes for optimizers
-  In general, optimizers should treat this like a nothrow call; the the possible
+  In general, optimizers should treat this like a nothrow call; the possible
   optimizations are usually not interesting.
 
 Notes for code generation