Author: void
Date: Thu Aug 22 16:30:21 2013
New Revision: 189069

URL: http://llvm.org/viewvc/llvm-project?rev=189069&view=rev
Log:
Check for absence of the flag.

Modified:
    cfe/trunk/test/CodeGen/xcore-abi.c

Modified: cfe/trunk/test/CodeGen/xcore-abi.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/xcore-abi.c?rev=189069&r1=189068&r2=189069&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/xcore-abi.c (original)
+++ cfe/trunk/test/CodeGen/xcore-abi.c Thu Aug 22 16:30:21 2013
@@ -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"


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to