mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 11:17:31 +00:00
Fix odd indentation.
llvm-svn: 202342
This commit is contained in:
parent
8f48879d14
commit
85c1025ceb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user