From: Devang Patel Date: Wed, 3 Sep 2008 17:05:49 +0000 (+0000) Subject: Update test to check call instruction. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6bd8aa8399baa16f171219368543c1a4fa88663e;p=oota-llvm.git Update test to check call instruction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55702 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FrontendC/2007-06-05-NoInlineAttribute.c b/test/FrontendC/2007-06-05-NoInlineAttribute.c index cb1920aed09..b11b3c77968 100644 --- a/test/FrontendC/2007-06-05-NoInlineAttribute.c +++ b/test/FrontendC/2007-06-05-NoInlineAttribute.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -c -emit-llvm %s -o - | llvm-dis | grep llvm.noinline +// RUN: %llvmgcc -O2 -c -emit-llvm %s -o - | llvm-dis | grep call static int bar(int x, int y) __attribute__((noinline));