diff options
| author | Jacques Pienaar <jpienaar@google.com> | 2019-03-18 19:26:04 -0700 |
|---|---|---|
| committer | jpienaar <jpienaar@google.com> | 2019-03-29 17:24:24 -0700 |
| commit | 52b10474a7c4640a74346f44077ed8686fa8562a (patch) | |
| tree | 1c16ade0b994196b88eb7a83287eeaba40a9b8bb /mlir/lib/Transforms/LoopTiling.cpp | |
| parent | 6d6ff7298ab16cc84f11474721b49a6685af470b (diff) | |
| download | bcm5719-llvm-52b10474a7c4640a74346f44077ed8686fa8562a.tar.gz bcm5719-llvm-52b10474a7c4640a74346f44077ed8686fa8562a.zip | |
Remove index free function
Avoids including function in C++ side that resulted in OSS C++ errors:
include/mlir-c/Core.h:228:16: error: functions that differ only in their
return type cannot be overloaded
edsc_indexed_t index(edsc_indexed_t indexed, edsc_expr_list_t indices);
~~~~~~~~~~~~~~ ^
/usr/include/string.h:484:14: note: previous declaration is here
extern char *index (const char *__s, int __c)
And as these are going away soon, just removing the function requires the least changes.
PiperOrigin-RevId: 239110470
Diffstat (limited to 'mlir/lib/Transforms/LoopTiling.cpp')
0 files changed, 0 insertions, 0 deletions

