X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FInstructions.h;h=17ff763c52bf4df68926214966237691494ea3bc;hb=93c65e6e661eda75711363bdd5ca15909920e1f0;hp=c79fda0deb4ad62785d8e191172f013400333696;hpb=25052d8d64f18a85d6a84e0e010f6ba3eba0760d;p=oota-llvm.git diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h index c79fda0deb4..17ff763c52b 100644 --- a/include/llvm/Instructions.h +++ b/include/llvm/Instructions.h @@ -2247,7 +2247,8 @@ public: /// removeCase - This method removes the specified successor from the switch /// instruction. Note that this cannot be used to remove the default - /// destination (successor #0). + /// destination (successor #0). Also note that this operation may reorder the + /// remaining cases at index idx and above. /// void removeCase(unsigned idx);