From 4e7263b86fedb6c4ddd3a40ffce7ccc75092df8e Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Thu, 2 Dec 2010 20:56:51 +0000 Subject: [PATCH] Adjust this test for the fact that the stores are no longer being combined (which is being tracked as PR8699). llvm-svn: 120734 --- llvm/test/FrontendAda/element_copy.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/FrontendAda/element_copy.adb b/llvm/test/FrontendAda/element_copy.adb index bffcb973265b..29274fa744ae 100644 --- a/llvm/test/FrontendAda/element_copy.adb +++ b/llvm/test/FrontendAda/element_copy.adb @@ -1,4 +1,4 @@ --- RUN: %llvmgcc -S -O2 %s -I%p/Support -o - | grep 6899714 +-- RUN: %llvmgcc -S -O2 %s -I%p/Support -o - | grep 105 | count 2 package body Element_Copy is function F return VariableSizedField is X : VariableSizedField;