From: Eric Christopher Date: Sat, 29 Aug 2015 02:59:37 +0000 (+0000) Subject: Add a check for a function we're not testing. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a861d7b2f268491481f8bff4492146c0a65212a4;p=clang Add a check for a function we're not testing. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246355 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/attr-target-x86.c b/test/CodeGen/attr-target-x86.c index 6f9a75e2d6..7b1b89655d 100644 --- a/test/CodeGen/attr-target-x86.c +++ b/test/CodeGen/attr-target-x86.c @@ -24,6 +24,7 @@ int __attribute__((target("no-aes, arch=ivybridge"))) qax(int a) { return 4; } // 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