diff options
Diffstat (limited to 'llvm/lib/IR/Use.cpp')
-rw-r--r-- | llvm/lib/IR/Use.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/Use.cpp b/llvm/lib/IR/Use.cpp index cae845d99fe..fd06fdbb46b 100644 --- a/llvm/lib/IR/Use.cpp +++ b/llvm/lib/IR/Use.cpp @@ -124,4 +124,4 @@ const Use *Use::getImpliedUser() const { } } -} // End llvm namespace +} // namespace llvm |