[llvm-commits] [llvm] r67085 - /llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll
Evan Cheng
evan.cheng at apple.com
Tue Mar 17 10:08:25 PDT 2009
Author: evancheng
Date: Tue Mar 17 12:08:25 2009
New Revision: 67085
URL: http://llvm.org/viewvc/llvm-project?rev=67085&view=rev
Log:
Add newline at end of file.
Modified:
llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll
Modified: llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll?rev=67085&r1=67084&r2=67085&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll (original)
+++ llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll Tue Mar 17 12:08:25 2009
@@ -10,4 +10,4 @@
%tmp7.i = shufflevector <4 x double> %src, <4 x double> undef, <2 x i32> < i32 0, i32 2 >
store <2 x double> %tmp7.i, <2 x double>* %dst
ret void
-}
\ No newline at end of file
+}
More information about the llvm-commits
mailing list