[llvm-commits] [llvm] r106381 - /llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp

Bob Wilson bob.wilson at apple.com
Fri Jun 18 22:32:09 PDT 2010


Author: bwilson
Date: Sat Jun 19 00:32:09 2010
New Revision: 106381

URL: http://llvm.org/viewvc/llvm-project?rev=106381&view=rev
Log:
Fix error message to match function name.

Modified:
    llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp

Modified: llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp?rev=106381&r1=106380&r2=106381&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp Sat Jun 19 00:32:09 2010
@@ -2949,7 +2949,7 @@
   }
 
   default:
-    llvm_unreachable("unexpected size for EncodeNEONModImm");
+    llvm_unreachable("unexpected size for isNEONModifiedImm");
     return SDValue();
   }
 





More information about the llvm-commits mailing list