aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/DIBuilder.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2012-02-08 00:17:07 +0000
committerDevang Patel <dpatel@apple.com>2012-02-08 00:17:07 +0000
commit9f99721a1882cdef9f7cca25de7ea43627d23958 (patch)
treea0326e1a9f009aab710dd61938e2f1492fa5f2ec /include/llvm/Analysis/DIBuilder.h
parent60c8fa6bb9db791acf6846fe250c184e3f1df168 (diff)
downloadexternal_llvm-9f99721a1882cdef9f7cca25de7ea43627d23958.zip
external_llvm-9f99721a1882cdef9f7cca25de7ea43627d23958.tar.gz
external_llvm-9f99721a1882cdef9f7cca25de7ea43627d23958.tar.bz2
Remove tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150022 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/DIBuilder.h')
-rw-r--r--include/llvm/Analysis/DIBuilder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Analysis/DIBuilder.h b/include/llvm/Analysis/DIBuilder.h
index 9d0811a..666ca58 100644
--- a/include/llvm/Analysis/DIBuilder.h
+++ b/include/llvm/Analysis/DIBuilder.h
@@ -215,7 +215,7 @@ namespace llvm {
/// @param SetterName Name of the Objective C property setter selector.
/// @param PropertyAttributes Objective C property attributes.
DIObjCProperty createObjCProperty(StringRef Name, StringRef GetterName,
- StringRef SetterName,
+ StringRef SetterName,
unsigned PropertyAttributes);
/// createClassType - Create debugging information entry for a class.
@@ -498,7 +498,7 @@ namespace llvm {
/// @param Scope Lexical block.
/// @param File Source file.
DILexicalBlockFile createLexicalBlockFile(DIDescriptor Scope,
- DIFile File);
+ DIFile File);
/// createLexicalBlock - This creates a descriptor for a lexical block
/// with the specified parent context.