From a15a35e55274ec76b7fb606aea08788e3f21dcbc Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sat, 29 Aug 2015 02:59:37 +0000 Subject: [PATCH] Add a check for a function we're not testing. llvm-svn: 246355 --- clang/test/CodeGen/attr-target-x86.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/test/CodeGen/attr-target-x86.c b/clang/test/CodeGen/attr-target-x86.c index 6f9a75e2d68b..7b1b89655d23 100644 --- a/clang/test/CodeGen/attr-target-x86.c +++ b/clang/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