projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6adc78e
)
Remove a useless assert.
author
Chad Rosier
<mcrosier@apple.com>
Mon, 18 Feb 2013 22:20:16 +0000
(22:20 +0000)
committer
Chad Rosier
<mcrosier@apple.com>
Mon, 18 Feb 2013 22:20:16 +0000
(22:20 +0000)
llvm-svn: 175463
llvm/lib/Target/X86/X86FastISel.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/X86/X86FastISel.cpp
b/llvm/lib/Target/X86/X86FastISel.cpp
index
509095c
..
4e5430d
100644
(file)
--- a/
llvm/lib/Target/X86/X86FastISel.cpp
+++ b/
llvm/lib/Target/X86/X86FastISel.cpp
@@
-1377,7
+1377,6
@@
bool X86FastISel::TryEmitSmallMemcpy(X86AddressMode DestAM,
else if (Len >= 2)
VT = MVT::i16;
else {
- assert(Len == 1);
VT = MVT::i8;
}