From 6bd8aa8399baa16f171219368543c1a4fa88663e Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Wed, 3 Sep 2008 17:05:49 +0000 Subject: [PATCH] Update test to check call instruction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55702 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC/2007-06-05-NoInlineAttribute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.34.1