diff options
Diffstat (limited to 'llvm/test/Transforms/HotColdSplit/succ-block-with-self-edge.ll')
-rw-r--r-- | llvm/test/Transforms/HotColdSplit/succ-block-with-self-edge.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/Transforms/HotColdSplit/succ-block-with-self-edge.ll b/llvm/test/Transforms/HotColdSplit/succ-block-with-self-edge.ll index f8cff9e863e..5197f4061e6 100644 --- a/llvm/test/Transforms/HotColdSplit/succ-block-with-self-edge.ll +++ b/llvm/test/Transforms/HotColdSplit/succ-block-with-self-edge.ll @@ -1,4 +1,4 @@ -; RUN: opt -S -hotcoldsplit < %s | FileCheck %s +; RUN: opt -S -hotcoldsplit -hotcoldsplit-threshold=0 < %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" @@ -15,7 +15,6 @@ entry: coldbb: call void @sink() call void @sideeffect() - call void @sideeffect() br i1 undef, label %if.end, label %coldbb2 coldbb2: @@ -39,7 +38,6 @@ entry: coldbb: call void @sink() call void @sideeffect() - call void @sideeffect() br i1 undef, label %if.end, label %coldbb2 coldbb2: |