From: Bob Wilson Date: Sat, 19 Jun 2010 05:32:09 +0000 (+0000) Subject: Fix error message to match function name. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dc076da4d25a447982c0629da91e322eda511cbf;p=oota-llvm.git Fix error message to match function name. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106381 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp index d0c40229d40..333907c4fb8 100644 --- a/lib/Target/ARM/ARMISelLowering.cpp +++ b/lib/Target/ARM/ARMISelLowering.cpp @@ -2949,7 +2949,7 @@ static SDValue isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, } default: - llvm_unreachable("unexpected size for EncodeNEONModImm"); + llvm_unreachable("unexpected size for isNEONModifiedImm"); return SDValue(); }