llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
[oota-llvm.git] / lib / Transforms / Instrumentation / RSProfiling.cpp
index 51a0bae67d3e04457e6af16e91136bc4bd8cbb2a..36b446431133f72bfc7a51d51b92f4a860772c54 100644 (file)
@@ -408,7 +408,7 @@ Value* ProfilerRS::Translate(Value* v) {
     TransCache[v] = v;
     return v;
   }
-  LLVM_UNREACHABLE("Value not handled");
+  llvm_unreachable("Value not handled");
   return 0;
 }