Update variable naming to match LLVM coding style.
authorJacques Pienaar <jpienaar@google.com>
Tue, 2 Jul 2019 00:40:40 +0000 (17:40 -0700)
committerjpienaar <jpienaar@google.com>
Tue, 2 Jul 2019 01:00:58 +0000 (18:00 -0700)
commitd71b8bae0278537b043858ef7e73a5246c572aae
tree521a37970633ea7945ba9ac738e99d8162282003
parent0b468b01014a21c72ee31b62fc64ca1446c72210
Update variable naming to match LLVM coding style.

Update to follow enumerators naming style
https://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly
this also avoids the mach/boolean.h macros.

PiperOrigin-RevId: 256069831
mlir/include/mlir/StandardOps/Ops.h
mlir/lib/StandardOps/Ops.cpp