Skip to content

Commit 34bc66d

Browse files
authored
Remove blank line in InterpBuiltin.cpp
Removed unnecessary blank line in the bytecode interpreter.
1 parent ba85f19 commit 34bc66d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/AST/ByteCode/InterpBuiltin.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2797,7 +2797,6 @@ static bool interp__builtin_ia32_pshuf(InterpState &S, CodePtr OpPC,
27972797
unsigned LaneIdx = Idx % LaneElts;
27982798
unsigned SrcIdx = Idx;
27992799
unsigned Sel = (Ctl >> (2 * LaneIdx)) & 0x3;
2800-
28012800
if (ElemBits == 32) {
28022801
SrcIdx = LaneBase + Sel;
28032802
} else {

0 commit comments

Comments
 (0)