Adjust this test for the fact that the stores are no longer
authorDuncan Sands <baldrick@free.fr>
Thu, 2 Dec 2010 20:56:51 +0000 (20:56 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 2 Dec 2010 20:56:51 +0000 (20:56 +0000)
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

test/FrontendAda/element_copy.adb

index bffcb973265b21b29fde813586f70e8d7920f305..29274fa744ae71fd778e688abb59225965c392df 100644 (file)
@@ -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;