[mlir] Explicitly qualify Effect to avoid MSVC build failure
authorRiver Riddle <riddleriver@gmail.com>
Sat, 7 Mar 2020 03:18:13 +0000 (19:18 -0800)
committerRiver Riddle <riddleriver@gmail.com>
Sat, 7 Mar 2020 03:18:13 +0000 (19:18 -0800)
commitf240d303c2edf69d6a53691c62da110877ac6bf5
treef133a5d143308955a88ba01648e773956d541286
parent8fef67a2c5ffb8477687ae01b9a1c7bee74cdd6c
[mlir] Explicitly qualify Effect to avoid MSVC build failure

MSVC qualifies the Effect reference contextually depending on where the
template is instantiated, leading to compiler failures if there is a
different Effect class defined.
mlir/include/mlir/IR/OpDefinition.h