Skip to content

Commit 0399f3c

Browse files
committed
removed fix for aarch64machine compilation error
1 parent e6d8c96 commit 0399f3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ bool AArch64FunctionInfo::shouldSignReturnAddress(SignReturnAddress Condition,
182182
return IsLRSpilled;
183183
case SignReturnAddress::All:
184184
return true;
185-
default:
186-
return false;
187185
}
188186
}
189187

0 commit comments

Comments
 (0)