[PATCH] D11120: Add missing break in switch case in R600ISelLowering

Mehdi AMINI mehdi.amini at apple.com
Sat Jul 11 20:39:28 PDT 2015


joker.eph created this revision.
joker.eph added a reviewer: arsenm.
joker.eph added a subscriber: llvm-commits.

Catched by coverity.

http://reviews.llvm.org/D11120

Files:
  lib/Target/AMDGPU/R600ISelLowering.cpp

Index: lib/Target/AMDGPU/R600ISelLowering.cpp
===================================================================
--- lib/Target/AMDGPU/R600ISelLowering.cpp
+++ lib/Target/AMDGPU/R600ISelLowering.cpp
@@ -1936,6 +1936,7 @@
             Arg->getOperand(0).getOperand(Element));
       }
     }
+    break;
   }
 
   case ISD::SELECT_CC: {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11120.29515.patch
Type: text/x-patch
Size: 337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150712/5bbe7ee1/attachment.bin>


More information about the llvm-commits mailing list