summaryrefslogtreecommitdiff
path: root/test/FrontendAda/element_copy.adb
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-12-02 20:56:51 +0000
committerDuncan Sands <baldrick@free.fr>2010-12-02 20:56:51 +0000
commit9e413a96a3adea2648e08b255f46cdeb94b35a07 (patch)
tree0e81f034e4be2ec96f5380fcf9a8c1fefe58200b /test/FrontendAda/element_copy.adb
parent7593f34d67f1f88bd09960dd92041d89de85a873 (diff)
downloadllvm-9e413a96a3adea2648e08b255f46cdeb94b35a07.tar.gz
llvm-9e413a96a3adea2648e08b255f46cdeb94b35a07.tar.bz2
llvm-9e413a96a3adea2648e08b255f46cdeb94b35a07.tar.xz
Adjust this test for the fact that the stores are no longer
being combined (which is being tracked as PR8699). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120734 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendAda/element_copy.adb')
-rw-r--r--test/FrontendAda/element_copy.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendAda/element_copy.adb b/test/FrontendAda/element_copy.adb
index bffcb97326..29274fa744 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 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;