Skip to content

Commit 81223ab

Browse files
committed
For real?
1 parent 14d4d7c commit 81223ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/AMDGPU/SIISelLowering.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
#include "llvm/IR/IntrinsicsR600.h"
4343
#include "llvm/IR/MDBuilder.h"
4444
#include "llvm/Support/CommandLine.h"
45+
#include "llvm/Support/Compiler.h"
4546
#include "llvm/Support/KnownBits.h"
4647
#include "llvm/Support/ModRef.h"
4748
#include "llvm/Transforms/Utils/LowerAtomic.h"
@@ -6780,7 +6781,7 @@ SDValue SITargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) const {
67806781
case ISD::ABS:
67816782
if (Op.getValueType() == MVT::i16)
67826783
return lowerABSi16(Op, DAG);
6783-
// fall through
6784+
LLVM_FALLTHROUGH;
67846785
case ISD::FABS:
67856786
case ISD::FNEG:
67866787
case ISD::FCANONICALIZE:

0 commit comments

Comments
 (0)