From 1aeac022f5a25ab65e3e6b74c8217364dc254b4d Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Thu, 12 Mar 2009 11:56:12 +0000 Subject: [PATCH] Adjust this test for recent sroa improvements. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66791 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendAda/element_copy.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FrontendAda/element_copy.adb b/test/FrontendAda/element_copy.adb index 29274fa744a..bffcb973265 100644 --- a/test/FrontendAda/element_copy.adb +++ b/test/FrontendAda/element_copy.adb @@ -1,4 +1,4 @@ --- RUN: %llvmgcc -S -O2 %s -I%p/Support -o - | grep 105 | count 2 +-- RUN: %llvmgcc -S -O2 %s -I%p/Support -o - | grep 6899714 package body Element_Copy is function F return VariableSizedField is X : VariableSizedField;