From: Marcello Maggioni Date: Fri, 11 Jul 2014 10:36:00 +0000 (+0000) Subject: Added test for commit r212802 that was missing X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca4b18075c94a74634f40cc447720e65dc4b4024;p=llvm Added test for commit r212802 that was missing git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212803 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/LowerSwitch/2014-06-23-PHIlowering.ll b/test/Transforms/LowerSwitch/2014-06-23-PHIlowering.ll new file mode 100644 index 00000000000..c6cddf636a8 --- /dev/null +++ b/test/Transforms/LowerSwitch/2014-06-23-PHIlowering.ll @@ -0,0 +1,40 @@ +; RUN: opt < %s -lowerswitch -S | FileCheck %s + +define i32 @test(i32 %arg) #0 { +; CHECK-LABEL: @test +; CHECK: ;