[llvm] r202342 - Fix odd indentation.
Craig Topper
craig.topper at gmail.com
Wed Feb 26 19:11:13 PST 2014
Author: ctopper
Date: Wed Feb 26 21:11:13 2014
New Revision: 202342
URL: http://llvm.org/viewvc/llvm-project?rev=202342&view=rev
Log:
Fix odd indentation.
Modified:
llvm/trunk/lib/TableGen/Record.cpp
Modified: llvm/trunk/lib/TableGen/Record.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/TableGen/Record.cpp?rev=202342&r1=202341&r2=202342&view=diff
==============================================================================
--- llvm/trunk/lib/TableGen/Record.cpp (original)
+++ llvm/trunk/lib/TableGen/Record.cpp Wed Feb 26 21:11:13 2014
@@ -152,7 +152,7 @@ Init *BitsRecTy::convertValue(UnsetInit
Init *BitsRecTy::convertValue(BitInit *UI) {
if (Size != 1) return 0; // Can only convert single bit.
- return BitsInit::get(UI);
+ return BitsInit::get(UI);
}
/// canFitInBitfield - Return true if the number of bits is large enough to hold
More information about the llvm-commits
mailing list