From 5dcca66a86725c040a0b51d37225d430927dca60 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 27 Jul 2011 23:46:26 +0000 Subject: [PATCH] Remove the optimization option for this test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136298 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/2008-01-25-ByValReadNone.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/CodeGen/2008-01-25-ByValReadNone.c b/test/CodeGen/2008-01-25-ByValReadNone.c index b4053c0d80..825b9b74ee 100644 --- a/test/CodeGen/2008-01-25-ByValReadNone.c +++ b/test/CodeGen/2008-01-25-ByValReadNone.c @@ -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 -- 2.40.0