Silence compiler warning about case values not being in the enumerated type
authorDuncan Sands <baldrick@free.fr>
Tue, 15 Mar 2011 08:54:51 +0000 (08:54 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 15 Mar 2011 08:54:51 +0000 (08:54 +0000)
commit36b8e43a3e4ab97c4296d5574482ecf3c4169d85
treeb52367d507316eae11dda4caa730681af3d7cf50
parent75548de3014584d24cb6b8b57cef911b4afa0b30
Silence compiler warning about case values not being in the enumerated type
MCFixupKind.  This is the same technique that is used elsewhere in MC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127676 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MachObjectWriter.cpp