[MachO/AArch64] Merge multiple switch cases into one. NFCI.

llvm-svn: 300384
This commit is contained in:
Davide Italiano 2017-04-15 01:42:55 +00:00
parent 4afdcb0975
commit 2a34b6395f
1 changed files with 0 additions and 4 deletions

View File

@ -51,11 +51,7 @@ public:
canBypassGOT = true;
return true;
case delta32ToGOT:
canBypassGOT = false;
return true;
case unwindCIEToPersonalityFunction:
canBypassGOT = false;
return true;
case imageOffsetGot:
canBypassGOT = false;
return true;