From 20ea2bc391bf72480998f456494011636dc19fea Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Mon, 18 Feb 2013 22:20:16 +0000 Subject: Remove a useless assert. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175463 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86FastISel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Target/X86/X86FastISel.cpp b/lib/Target/X86/X86FastISel.cpp index 509095c61a..4e5430d34a 100644 --- a/lib/Target/X86/X86FastISel.cpp +++ b/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; } -- cgit v1.2.3-18-g5258