Author: echristo
Date: Wed Jul 27 18:46:26 2011
New Revision: 136298

URL: http://llvm.org/viewvc/llvm-project?rev=136298&view=rev
Log:
Remove the optimization option for this test.

Modified:
    cfe/trunk/test/CodeGen/2008-01-25-ByValReadNone.c

Modified: cfe/trunk/test/CodeGen/2008-01-25-ByValReadNone.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2008-01-25-ByValReadNone.c?rev=136298&r1=136297&r2=136298&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/2008-01-25-ByValReadNone.c (original)
+++ cfe/trunk/test/CodeGen/2008-01-25-ByValReadNone.c Wed Jul 27 18:46:26 2011
@@ -1,6 +1,5 @@
-// RUN: %clang_cc1 -O3 -emit-llvm -o - %s | not grep readonly
-// RUN: %clang_cc1 -O3 -emit-llvm -o - %s | not grep readnone
-
+// RUN: %clang_cc1 -emit-llvm -o - %s | not grep readonly
+// RUN: %clang_cc1 -emit-llvm -o - %s | not grep readnone
 
 // The struct being passed byval means that we cannot mark the
 // function readnone.  Readnone would allow stores to the arg to


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to