]> granicus.if.org Git - clang/commitdiff
Fix broken FileCheck prefix
authorNico Rieck <nico.rieck@gmail.com>
Fri, 23 May 2014 19:07:25 +0000 (19:07 +0000)
committerNico Rieck <nico.rieck@gmail.com>
Fri, 23 May 2014 19:07:25 +0000 (19:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209541 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/attr-optnone.c

index 7c4873f8c5f4cfcd76fa2c026490e73969920ee9..e7069b10f21accc2452b5ce0fe817d1b34eb8441 100644 (file)
@@ -14,7 +14,7 @@ __attribute__((optnone)) __attribute__((cold))
 int test4() { return test2(); }
 // PRESENT-DAG: @test4{{.*}}[[ATTR4:#[0-9]+]]
 // Also check that test2 is inlined into test4 (always_inline still works).
-// PRESENT-DAG-NOT: call i32 @test2
+// PRESENT-NOT: call i32 @test2
 
 // Check for both noinline and optnone on each optnone function.
 // PRESENT-DAG: attributes [[ATTR3]] = { {{.*}}noinline{{.*}}optnone{{.*}} }