Skip to content

Commit 3dd17c7

Browse files
committed
Teeth are straight, remove braces
1 parent 73dc317 commit 3dd17c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5680,10 +5680,9 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
56805680
// AVX Galois Field New Instructions
56815681
case Intrinsic::x86_vgf2p8affineqb_128:
56825682
case Intrinsic::x86_vgf2p8affineqb_256:
5683-
case Intrinsic::x86_vgf2p8affineqb_512: {
5683+
case Intrinsic::x86_vgf2p8affineqb_512:
56845684
handleAVXGF2P8Affine(I);
56855685
break;
5686-
}
56875686

56885687
case Intrinsic::fshl:
56895688
case Intrinsic::fshr:

0 commit comments

Comments
 (0)