Update test to check call instruction.

llvm-svn: 55702
This commit is contained in:
Devang Patel 2008-09-03 17:05:49 +00:00
parent 575fad337c
commit 167adebb3f
1 changed files with 1 additions and 1 deletions

View File

@ -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));