[AArch64]Merge narrow zero stores to a wider store
[oota-llvm.git] / test / CodeGen / AArch64 / global-merge-4.ll
index bc6b68a9c046a1da0f7d35f1a02810b8dc6d8434..a5109f6e8ea5965900ffd9f88d1049aea8eb4985 100644 (file)
@@ -64,9 +64,9 @@ define internal i32* @returnFoo() #1 {
   ret i32* getelementptr inbounds ([5 x i32], [5 x i32]* @foo, i64 0, i64 0)
 }
 
-;CHECK:        .type   _MergedGlobals,@object  // @_MergedGlobals
-;CHECK:        .local  _MergedGlobals
-;CHECK:        .comm   _MergedGlobals,60,16
+;CHECK:        .type   .L_MergedGlobals,@object  // @_MergedGlobals
+;CHECK:        .local  .L_MergedGlobals
+;CHECK:        .comm   .L_MergedGlobals,60,16
 
 attributes #0 = { nounwind ssp }
 attributes #1 = { nounwind readnone ssp }