summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-02-27 00:15:44 +0000
committerEric Christopher <echristo@gmail.com>2014-02-27 00:15:44 +0000
commitdac5e919df13fd004e637126af7e658f4bb8ab4e (patch)
treeadc79aa5bbeb4345585f043f6ed11bfd1ed9d4a3 /include
parent1c2d4eb2b6f9012635638a5427878fb6cab31716 (diff)
downloadllvm-dac5e919df13fd004e637126af7e658f4bb8ab4e.tar.gz
llvm-dac5e919df13fd004e637126af7e658f4bb8ab4e.tar.bz2
llvm-dac5e919df13fd004e637126af7e658f4bb8ab4e.tar.xz
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202323 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/DIBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/DIBuilder.h b/include/llvm/DIBuilder.h
index abfa1d8855..0afa9ab580 100644
--- a/include/llvm/DIBuilder.h
+++ b/include/llvm/DIBuilder.h
@@ -55,7 +55,7 @@ namespace llvm {
class DIBuilder {
private:
Module &M;
- LLVMContext & VMContext;
+ LLVMContext &VMContext;
MDNode *TempEnumTypes;
MDNode *TempRetainTypes;