summaryrefslogtreecommitdiff
path: root/test/Transforms/CodeExtractor/X86/InheritTargetAttributes.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/CodeExtractor/X86/InheritTargetAttributes.ll')
-rw-r--r--test/Transforms/CodeExtractor/X86/InheritTargetAttributes.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/CodeExtractor/X86/InheritTargetAttributes.ll b/test/Transforms/CodeExtractor/X86/InheritTargetAttributes.ll
index 0f8a71907d85..e6a5113261e9 100644
--- a/test/Transforms/CodeExtractor/X86/InheritTargetAttributes.ll
+++ b/test/Transforms/CodeExtractor/X86/InheritTargetAttributes.ll
@@ -36,5 +36,5 @@ entry:
attributes #0 = { nounwind readnone }
attributes #1 = { nounwind uwtable "target-cpu"="x86-64" "target-features"="+sse4.1" }
-; CHECK: define {{.*}} @inlinedFunc.1_if.then{{.*}} [[COUNT1:#[0-9]+]]
+; CHECK: define {{.*}} @inlinedFunc.1.if.then{{.*}} [[COUNT1:#[0-9]+]]
; CHECK: [[COUNT1]] = { {{.*}} "target-cpu"="x86-64" "target-features"="+sse4.1" }