summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/HotColdSplit/outline-cold-asm.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/HotColdSplit/outline-cold-asm.ll')
-rw-r--r--llvm/test/Transforms/HotColdSplit/outline-cold-asm.ll25
1 files changed, 0 insertions, 25 deletions
diff --git a/llvm/test/Transforms/HotColdSplit/outline-cold-asm.ll b/llvm/test/Transforms/HotColdSplit/outline-cold-asm.ll
deleted file mode 100644
index 8c1a1a88ecf..00000000000
--- a/llvm/test/Transforms/HotColdSplit/outline-cold-asm.ll
+++ /dev/null
@@ -1,25 +0,0 @@
-; RUN: opt -hotcoldsplit -hotcoldsplit-threshold=0 -S < %s | FileCheck %s
-
-target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
-target triple = "x86_64-apple-macosx10.14.0"
-
-; CHECK-LABEL: define {{.*}}@fun(
-; CHECK: call {{.*}}@fun.cold.1(
-
-; CHECK-LABEL: define {{.*}}@fun.cold.1(
-; CHECK: asm ""
-
-define void @fun() {
-entry:
- br i1 undef, label %if.then, label %if.else
-
-if.then:
- ret void
-
-if.else:
- call void asm "", ""()
- call void @sink()
- ret void
-}
-
-declare void @sink() cold
OpenPOWER on IntegriCloud