diff options
author | Eric Christopher <echristo@apple.com> | 2011-10-18 22:50:13 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-10-18 22:50:13 +0000 |
commit | 2115cd2a48feaf956b0906f7fcfdee8baf4795dd (patch) | |
tree | a47a5487d8cad1d7688c296baa0ff035c55f9ccd /include | |
parent | 952cb50fee7181265c0feb4f656dbbe8c0101dfb (diff) | |
download | external_llvm-2115cd2a48feaf956b0906f7fcfdee8baf4795dd.zip external_llvm-2115cd2a48feaf956b0906f7fcfdee8baf4795dd.tar.gz external_llvm-2115cd2a48feaf956b0906f7fcfdee8baf4795dd.tar.bz2 |
Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142438 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Analysis/DebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h index 9a53c4d..11afabd 100644 --- a/include/llvm/Analysis/DebugInfo.h +++ b/include/llvm/Analysis/DebugInfo.h @@ -621,7 +621,7 @@ namespace llvm { 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); |