Add a check for a function we're not testing.

llvm-svn: 246355
This commit is contained in:
Eric Christopher 2015-08-29 02:59:37 +00:00
parent eea72ccbf2
commit a15a35e552
1 changed files with 1 additions and 0 deletions

View File

@ -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