[llvm] r268358 - test commit

Jack Liu via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 21:06:24 PDT 2016


Author: liu12295
Date: Mon May  2 23:06:24 2016
New Revision: 268358

URL: http://llvm.org/viewvc/llvm-project?rev=268358&view=rev
Log:
test commit

Modified:
    llvm/trunk/test/Transforms/SROA/address-spaces.ll

Modified: llvm/trunk/test/Transforms/SROA/address-spaces.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SROA/address-spaces.ll?rev=268358&r1=268357&r2=268358&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/SROA/address-spaces.ll (original)
+++ llvm/trunk/test/Transforms/SROA/address-spaces.ll Mon May  2 23:06:24 2016
@@ -52,7 +52,7 @@ define void @test_address_space_0_1(<2 x
 
 %struct.struct_test_27.0.13 = type { i32, float, i64, i8, [4 x i32] }
 
-; Function Attrs: nounwind
+; Function Attrs:  nounwind
 define void @copy_struct([5 x i64] %in.coerce) {
 ; CHECK-LABEL: @copy_struct(
 ; CHECK-NOT: memcpy




More information about the llvm-commits mailing list