Author: echristo Date: Fri Aug 28 21:59:37 2015 New Revision: 246355 URL: http://llvm.org/viewvc/llvm-project?rev=246355&view=rev Log: Add a check for a function we're not testing.
Modified: cfe/trunk/test/CodeGen/attr-target-x86.c Modified: cfe/trunk/test/CodeGen/attr-target-x86.c URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/attr-target-x86.c?rev=246355&r1=246354&r2=246355&view=diff ============================================================================== --- cfe/trunk/test/CodeGen/attr-target-x86.c (original) +++ cfe/trunk/test/CodeGen/attr-target-x86.c Fri Aug 28 21:59:37 2015 @@ -24,6 +24,7 @@ int __attribute__((target("no-aes, arch= // We're currently ignoring the fpmath attribute so koala should be identical to baz and bar. // CHECK: koala{{.*}} #0 // CHECK: echidna{{.*}} #2 +// CHECK: panda{{.*}} #3 // CHECK: bar{{.*}} #0 // CHECK: qux{{.*}} #1 // CHECK: qax{{.*}} #4 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits