[llvm-commits] [llvm] r120734 - /llvm/trunk/test/FrontendAda/element_copy.adb

Duncan Sands baldrick at free.fr
Thu Dec 2 12:56:52 PST 2010


Author: baldrick
Date: Thu Dec  2 14:56:51 2010
New Revision: 120734

URL: http://llvm.org/viewvc/llvm-project?rev=120734&view=rev
Log:
Adjust this test for the fact that the stores are no longer
being combined (which is being tracked as PR8699).

Modified:
    llvm/trunk/test/FrontendAda/element_copy.adb

Modified: llvm/trunk/test/FrontendAda/element_copy.adb
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendAda/element_copy.adb?rev=120734&r1=120733&r2=120734&view=diff
==============================================================================
--- llvm/trunk/test/FrontendAda/element_copy.adb (original)
+++ llvm/trunk/test/FrontendAda/element_copy.adb Thu Dec  2 14:56:51 2010
@@ -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;





More information about the llvm-commits mailing list