LowerSwitch: replace unreachable default with popular case destination
[oota-llvm.git] / test / ExecutionEngine / test-ret.ll
index 2d7994583e6415b00d36c4d22947cc9d742aec7e..025f53e5cb9e44d4a2bbba881b33f64d85c0c352 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
-; RUN: lli %t.bc > /dev/null
+; RUN: %lli %s > /dev/null
 
 ; test return instructions
 define void @test1() {