Remove a useless assert.
authorChad Rosier <mcrosier@apple.com>
Mon, 18 Feb 2013 22:20:16 +0000 (22:20 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 18 Feb 2013 22:20:16 +0000 (22:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175463 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86FastISel.cpp

index 509095c61a1fb372243a68792b504423d104bff0..4e5430d34a36585db5ea8adc07af8090ee0d2cf0 100644 (file)
@@ -1377,7 +1377,6 @@ bool X86FastISel::TryEmitSmallMemcpy(X86AddressMode DestAM,
     else if (Len >= 2)
       VT = MVT::i16;
     else {
-      assert(Len == 1);
       VT = MVT::i8;
     }