Add in an unreachable after a covered switch to appease certain bots.
authorMichael Gottesman <mgottesman@apple.com>
Mon, 16 Mar 2015 07:46:34 +0000 (07:46 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Mon, 16 Mar 2015 07:46:34 +0000 (07:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232356 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/ObjCARC/ObjCARC.h

index b99b111da2cadafb64ae364b011566d1db2ba65f..7595e2db1a7ae50fc50f21557b0acd263843e139 100644 (file)
@@ -304,6 +304,7 @@ public:
             M->getContext().getMDKindID("clang.arc.no_objc_arc_exceptions");
       return *NoObjCARCExceptionsMDKind;
     }
+    llvm_unreachable("Covered switch isn't covered?!");
   }
 };