commit | 5f85e6378998a1d3120738c9136907ddf4873c00 | [log] [tgz] |
---|---|---|
author | Bob Wilson <bob.wilson@apple.com> | Sat Jun 19 05:32:09 2010 +0000 |
committer | Bob Wilson <bob.wilson@apple.com> | Sat Jun 19 05:32:09 2010 +0000 |
tree | ff05c76539449366e12cad4a408b18ce2d1babd9 | |
parent | 3b1d5fdd4868364cc49a1701f23dc387ecd5d3f6 [diff] [blame] |
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 d0c4022..333907c 100644 --- a/lib/Target/ARM/ARMISelLowering.cpp +++ b/lib/Target/ARM/ARMISelLowering.cpp
@@ -2949,7 +2949,7 @@ } default: - llvm_unreachable("unexpected size for EncodeNEONModImm"); + llvm_unreachable("unexpected size for isNEONModifiedImm"); return SDValue(); }