OSDN Git Service

Fix error message to match function name.
authorBob Wilson <bob.wilson@apple.com>
Sat, 19 Jun 2010 05:32:09 +0000 (05:32 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sat, 19 Jun 2010 05:32:09 +0000 (05:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106381 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMISelLowering.cpp

index d0c4022..333907c 100644 (file)
@@ -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();
   }