diff options
author | Hans Wennborg <hans@hanshq.net> | 2015-07-22 20:46:11 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2015-07-22 20:46:11 +0000 |
commit | 13958b739eeb3b25db1d60a82340384a9fd7a760 (patch) | |
tree | ebc968683921797154b55a2cf66c872d9dcafaf4 /llvm/lib/IR | |
parent | ceece95426bc9f36ba5da10853894fb270b95b9b (diff) | |
download | bcm5719-llvm-13958b739eeb3b25db1d60a82340384a9fd7a760.tar.gz bcm5719-llvm-13958b739eeb3b25db1d60a82340384a9fd7a760.zip |
Fix -Wextra-semi warnings.
Patch by Eugene Zelenko!
Differential Revision: http://reviews.llvm.org/D11400
llvm-svn: 242930
Diffstat (limited to 'llvm/lib/IR')
-rw-r--r-- | llvm/lib/IR/DiagnosticInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/DiagnosticInfo.cpp b/llvm/lib/IR/DiagnosticInfo.cpp index b8f77eda15a..6612681d689 100644 --- a/llvm/lib/IR/DiagnosticInfo.cpp +++ b/llvm/lib/IR/DiagnosticInfo.cpp @@ -49,7 +49,7 @@ struct PassRemarksOpt { "' in -pass-remarks: " + RegexError, false); } - }; + } }; static PassRemarksOpt PassRemarksOptLoc; |