From 7968ae2c0de98ceaec373784fb2efd3b6391d877 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 22 Aug 2013 21:30:21 +0000 Subject: [PATCH] Check for absence of the flag. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189069 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/xcore-abi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/xcore-abi.c b/test/CodeGen/xcore-abi.c index 16cf55d170..262e602151 100644 --- a/test/CodeGen/xcore-abi.c +++ b/test/CodeGen/xcore-abi.c @@ -110,4 +110,4 @@ char testchar (void) { } // CHECK: "no-frame-pointer-elim"="false" -// CHECK: "no-frame-pointer-elim-non-leaf"="false" +// CHECK-NOT: "no-frame-pointer-elim-non-leaf" -- 2.40.0