[llvm] r236262 - Fix comment in test. NFC.

Andrea Di Biagio Andrea_DiBiagio at sn.scee.net
Thu Apr 30 14:22:29 PDT 2015


Author: adibiagio
Date: Thu Apr 30 16:22:28 2015
New Revision: 236262

URL: http://llvm.org/viewvc/llvm-project?rev=236262&view=rev
Log:
Fix comment in test. NFC.

Modified:
    llvm/trunk/test/CodeGen/X86/splat-for-size.ll

Modified: llvm/trunk/test/CodeGen/X86/splat-for-size.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/splat-for-size.ll?rev=236262&r1=236261&r2=236262&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/splat-for-size.ll (original)
+++ llvm/trunk/test/CodeGen/X86/splat-for-size.ll Thu Apr 30 16:22:28 2015
@@ -140,7 +140,7 @@ define <32 x i8> @splat_v32i8(<32 x i8>
 
 ; PR23259: Verify that ISel doesn't crash with a 'fatal error in backend'
 ; due to a missing AVX pattern to select a v2i64 X86ISD::BROADCAST of a
-; loadi16 with multiple uses.
+; loadi64 with multiple uses.
 
 @A = common global <3 x i64> zeroinitializer, align 32
 





More information about the llvm-commits mailing list