[flang][NFC] Remove extra braces

Noticed during the upstreaming process.
This commit is contained in:
Valentin Clement 2022-01-20 15:18:47 +01:00
parent 35737df4dc
commit 010a10b738
No known key found for this signature in database
GPG Key ID: 086D54783C928776
1 changed files with 1 additions and 2 deletions

View File

@ -76,9 +76,8 @@ public:
mlir::OpBuilder rewriter(&context);
auto mod = getModule();
if (!forcedTargetTriple.empty()) {
if (!forcedTargetTriple.empty())
setTargetTriple(mod, forcedTargetTriple);
}
auto specifics = CodeGenSpecifics::get(getOperation().getContext(),
getTargetTriple(getOperation()),