From 0fffc58b9d333d07764e5b4f70dfef23198c2043 Mon Sep 17 00:00:00 2001 From: Shawn Landden Date: Tue, 4 Jun 2019 14:32:52 +0000 Subject: [PATCH] [SimplifyCFG] fix last commit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362501 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/SimplifyCFG/switch-dead-default.ll | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Transforms/SimplifyCFG/switch-dead-default.ll b/test/Transforms/SimplifyCFG/switch-dead-default.ll index e14eab98c69..77d7e748c78 100644 --- a/test/Transforms/SimplifyCFG/switch-dead-default.ll +++ b/test/Transforms/SimplifyCFG/switch-dead-default.ll @@ -151,3 +151,6 @@ default: call void @foo(i32 2) ret void } + +declare void @llvm.assume(i1) + -- 2.50.1