diff options
Diffstat (limited to 'lib/IR/Pass.cpp')
-rw-r--r-- | lib/IR/Pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IR/Pass.cpp b/lib/IR/Pass.cpp index df45460a6ccac..2fa1e7c85d4fc 100644 --- a/lib/IR/Pass.cpp +++ b/lib/IR/Pass.cpp @@ -249,7 +249,7 @@ namespace { CFGOnlyList.push_back(P->getTypeInfo()); } }; -} +} // namespace // setPreservesCFG - This function should be called to by the pass, iff they do // not: |