[llvm-commits] [llvm] r51099 - /llvm/trunk/test/C++Frontend/2008-02-13-sret.cpp

Duncan Sands baldrick at free.fr
Wed May 14 02:46:01 PDT 2008


Author: baldrick
Date: Wed May 14 04:46:01 2008
New Revision: 51099

URL: http://llvm.org/viewvc/llvm-project?rev=51099&view=rev
Log:
Make this test pass on x86-32 linux.

Modified:
    llvm/trunk/test/C++Frontend/2008-02-13-sret.cpp

Modified: llvm/trunk/test/C++Frontend/2008-02-13-sret.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/C%2B%2BFrontend/2008-02-13-sret.cpp?rev=51099&r1=51098&r2=51099&view=diff

==============================================================================
--- llvm/trunk/test/C++Frontend/2008-02-13-sret.cpp (original)
+++ llvm/trunk/test/C++Frontend/2008-02-13-sret.cpp Wed May 14 04:46:01 2008
@@ -1,5 +1,4 @@
-// RUN: %llvmgxx -S -O0 -m32 -emit-llvm %s -o - | grep {retval\\|memtmp} | \
-// RUN: grep S242 | grep {i32 1} | count 1
+// RUN: %llvmgxx -S -O1 -m32 -emit-llvm %s -o - | grep {store i32} | count 1
 
 // Test that all 8 bytes of ret in check242 are copied, and only 4 bytes of
 // ret in check93 are copied (the same LLVM struct is used for both).





More information about the llvm-commits mailing list