Copy and pasteo.
authorEric Christopher <echristo@apple.com>
Mon, 11 Oct 2010 08:40:05 +0000 (08:40 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 11 Oct 2010 08:40:05 +0000 (08:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116198 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMFastISel.cpp

index 7599a23d22f78abc5567494ea4bd4ee123404904..f778d1ab034619ea19e5becb1e5db2421c3aa7db 100644 (file)
@@ -1138,7 +1138,7 @@ bool ARMFastISel::SelectSRem(const Instruction *I) {
     LC = RTLIB::SREM_I64;
   else if (VT == MVT::i128)
     LC = RTLIB::SREM_I128;
-  assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported SDIV!");
+  assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported SREM!");
     
   return ARMEmitLibcall(I, LC);
 }