IR: Remove unnecessary semicolon on namespace brace

This commit is contained in:
Lioncash 2017-01-16 19:54:42 -05:00
parent 67fc73e82c
commit 8346f86ee4
1 changed files with 1 additions and 1 deletions

View File

@ -438,4 +438,4 @@ private:
std::array<InstLoc, 8> CRCache;
std::array<InstLoc, 8> CRCacheStore;
};
};
} // namespace IREmitter