1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix odd indentation.

llvm-svn: 202342
This commit is contained in:
Craig Topper 2014-02-27 03:11:13 +00:00
parent 8f48879d14
commit 85c1025ceb

View File

@ -152,7 +152,7 @@ Init *BitsRecTy::convertValue(UnsetInit *UI) {
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