diff options
author | Alex Zinenko <zinenko@google.com> | 2019-12-18 09:04:42 -0800 |
---|---|---|
committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-12-18 09:10:23 -0800 |
commit | 24ab8362f2099ed42f2e05f09fb9323ad0c5ab27 (patch) | |
tree | 6f87e1b72a84ee682f5fdf77ee5c21bcf2acc0cf /mlir/lib/Transforms/LoopInvariantCodeMotion.cpp | |
parent | abcf5ff0cc6813764cf9a18789bdef96f369eb3c (diff) | |
download | llvm-24ab8362f2099ed42f2e05f09fb9323ad0c5ab27.zip llvm-24ab8362f2099ed42f2e05f09fb9323ad0c5ab27.tar.gz llvm-24ab8362f2099ed42f2e05f09fb9323ad0c5ab27.tar.bz2 |
Move function template definition to the header file. NFC
The definition of the function template LLVM::ModuleTranslation::lookupValues
has been located in a source file. As long as it has been the only file that
actually called into the function, this did not cause any problem. However, it
creates linking issues if the function is used from other translation units.
PiperOrigin-RevId: 286203078
Diffstat (limited to 'mlir/lib/Transforms/LoopInvariantCodeMotion.cpp')
0 files changed, 0 insertions, 0 deletions