[cfe-commits] r136298 - /cfe/trunk/test/CodeGen/2008-01-25-ByValReadNone.c
Eric Christopher
echristo at apple.com
Wed Jul 27 16:46:27 PDT 2011
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
More information about the cfe-commits
mailing list