diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-06-03 05:09:12 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-06-03 05:09:12 +0000 |
commit | 3d26f2333b320e04d405a4418f640f8b7e358a99 (patch) | |
tree | a93429cb8ff0310ebd4507db28ebf84012b9b27e /lib/Bitcode/Reader | |
parent | 645aef1480384292b042c98ffe623a59ab0af049 (diff) | |
download | external_llvm-3d26f2333b320e04d405a4418f640f8b7e358a99.zip external_llvm-3d26f2333b320e04d405a4418f640f8b7e358a99.tar.gz external_llvm-3d26f2333b320e04d405a4418f640f8b7e358a99.tar.bz2 |
Whitespace and other cleanup. Functionallity unchanged.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode/Reader')
-rw-r--r-- | lib/Bitcode/Reader/BitcodeReader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Bitcode/Reader/BitcodeReader.cpp b/lib/Bitcode/Reader/BitcodeReader.cpp index c4ef57c..bc995ae 100644 --- a/lib/Bitcode/Reader/BitcodeReader.cpp +++ b/lib/Bitcode/Reader/BitcodeReader.cpp @@ -1852,7 +1852,6 @@ bool BitcodeReader::ParseFunctionBody(Function *F) { FunctionBBs[i] = BasicBlock::Create(Context, "", F); CurBB = FunctionBBs[0]; continue; - case bitc::FUNC_CODE_DEBUG_LOC_AGAIN: // DEBUG_LOC_AGAIN // This record indicates that the last instruction is at the same |