projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6ff003
)
Fix error message to match function name.
author
Bob Wilson
<bob.wilson@apple.com>
Sat, 19 Jun 2010 05:32:09 +0000
(
05:32
+0000)
committer
Bob 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
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMISelLowering.cpp
b/lib/Target/ARM/ARMISelLowering.cpp
index d0c40229d4035c37425b18a281dc3c75a9d326ed..333907c4fb8516110aba5ddf527c4de85c0b28ec 100644
(file)
--- 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
EncodeNEONMo
dImm");
+ llvm_unreachable("unexpected size for
isNEONModifie
dImm");
return SDValue();
}