Continue pushing const out of the IR types - removing the notion of a 'const
authorChris Lattner <clattner@google.com>
Thu, 21 Mar 2019 04:14:59 +0000 (21:14 -0700)
committerjpienaar <jpienaar@google.com>
Sat, 30 Mar 2019 00:27:26 +0000 (17:27 -0700)
commit8d526ef17308d50c8096aa70e9ce3c443e5742c3
treef4fff5d2e0ddebede3c153b6ef4c7d24bf77768f
parent2be78730b0eefb21c3e5e0820f85af9cdfce6b4e
Continue pushing const out of the IR types - removing the notion of a 'const
Module'.  NFC.

PiperOrigin-RevId: 239532885
mlir/include/mlir/IR/Module.h
mlir/lib/Analysis/Verifier.cpp
mlir/lib/ExecutionEngine/ExecutionEngine.cpp
mlir/lib/IR/AsmPrinter.cpp
mlir/lib/Target/LLVMIR/ConvertToLLVMIR.cpp
mlir/tools/mlir-translate/mlir-translate.cpp