diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-16 22:33:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-16 22:33:34 +0000 |
commit | d603eaa682cecac2c10771a700cb83aa301653b4 (patch) | |
tree | 873ecaf2396b5100d17bed2edc53e82e0ce66ee1 /lib/AST/TranslationUnit.cpp | |
parent | 1bd885efe4bfeadb1980b39315b026cefe2795c3 (diff) |
fix long lines.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64684 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/TranslationUnit.cpp')
-rw-r--r-- | lib/AST/TranslationUnit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/TranslationUnit.cpp b/lib/AST/TranslationUnit.cpp index 9e01167248..95cad39f68 100644 --- a/lib/AST/TranslationUnit.cpp +++ b/lib/AST/TranslationUnit.cpp @@ -231,7 +231,7 @@ TranslationUnit* TranslationUnit::Create(llvm::Deserializer& Dezr, // For Selectors, we must read the identifier table first because the // SelectorTable depends on the identifiers being already deserialized. - llvm::Deserializer::Location SelectorBlkLoc = Dezr.getCurrentBlockLocation(); + llvm::Deserializer::Location SelectorBlkLoc = Dezr.getCurrentBlockLocation(); Dezr.SkipBlock(); // Read the identifier table. |