[llvm-commits] [llvm] r142438 - /llvm/trunk/include/llvm/Analysis/DebugInfo.h
Eric Christopher
echristo at apple.com
Tue Oct 18 15:50:13 PDT 2011
Author: echristo
Date: Tue Oct 18 17:50:13 2011
New Revision: 142438
URL: http://llvm.org/viewvc/llvm-project?rev=142438&view=rev
Log:
Whitespace.
Modified:
llvm/trunk/include/llvm/Analysis/DebugInfo.h
Modified: llvm/trunk/include/llvm/Analysis/DebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/DebugInfo.h?rev=142438&r1=142437&r2=142438&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/DebugInfo.h (original)
+++ llvm/trunk/include/llvm/Analysis/DebugInfo.h Tue Oct 18 17:50:13 2011
@@ -621,7 +621,7 @@
DIScope getContext() const { return getFieldAs<DIScope>(1); }
StringRef getName() const { return getStringField(2); }
- DICompileUnit getCompileUnit() const{
+ DICompileUnit getCompileUnit() const {
assert (getVersion() <= LLVMDebugVersion10 && "Invalid getCompileUnit!");
if (getVersion() == llvm::LLVMDebugVersion7)
return getFieldAs<DICompileUnit>(3);
More information about the llvm-commits
mailing list