mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
llvm-svn: 304638
This commit is contained in:
parent
0ef97c9413
commit
bc3843ec33
@ -2087,6 +2087,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
|
||||
switch (I.getNumArgOperands()) {
|
||||
case 3:
|
||||
assert(isa<ConstantInt>(I.getArgOperand(2)) && "Invalid rounding mode");
|
||||
LLVM_FALLTHROUGH;
|
||||
case 2:
|
||||
CopyOp = I.getArgOperand(0);
|
||||
ConvertOp = I.getArgOperand(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user