Automated rollback of changelist 246610168.

PiperOrigin-RevId: 246610394
This commit is contained in:
Mehdi Amini 2019-05-03 18:46:24 -07:00 committed by Mehdi Amini
parent 00dea78fdc
commit 4db06d84d8
1 changed files with 0 additions and 6 deletions

View File

@ -10,12 +10,6 @@ MLIR follows the [LLVM style](https://llvm.org/docs/CodingStandards.html) guide
except:
* Adopts [camelBack](https://llvm.org/docs/Proposals/VariableNames.html);
* Prefer `int` when possible and use unsigned only for bitmask and when you
intend to rely on wrapping behavior. For the rational about this, see
[unsigned: A Guideline for Better
Code](https://www.youtube.com/watch?v=wvtFGa6XJDU) and [Garbage In,
Garbage Out: Arguing about Undefined
Behavior...](https://www.youtube.com/watch?v=yG1OZ69H_-o)
## Pass name and other command line options