Skip to content

Commit

Permalink
[RISCV][NFC] Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kito-cheng committed May 16, 2022
1 parent e20bc89 commit 5bc469f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clang/lib/Support/RISCVVIntrinsicUtils.cpp
Expand Up @@ -788,8 +788,6 @@ void RVVType::applyFixedLog2LMUL(int Log2LMUL, enum FixedLMULType Type) {
return;
}
break;
default:
llvm_unreachable("Unknown FixedLMULType??");
}

// Update new LMUL
Expand Down

0 comments on commit 5bc469f

Please sign in to comment.