More dead code removal (using -Wunreachable-code)
[oota-llvm.git] / lib / Target / ARM / ARMFastISel.cpp
index c368e2551b33cd9273ba96e4fc763b6ae83900e3..e8ba801d84600632caf3a069fcab37cd00db954f 100644 (file)
@@ -2340,7 +2340,6 @@ bool ARMFastISel::SelectIntrinsicCall(const IntrinsicInst &I) {
     return SelectCall(&I, "memset");
   }
   }
-  return false;    
 }
 
 bool ARMFastISel::SelectTrunc(const Instruction *I) {