[PlaceSafepoints] Add a test.
[oota-llvm.git] / test / Transforms / ADCE / unreachable-function.ll
index 353276fe2fefa16dd5f9b88cbeef087c1d475721..7c6a30ec6b6fc4126b90fefc05f83b069b20acd1 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -adce -disable-output
+; RUN: opt < %s -adce -disable-output
 
-void %test() {
+define void @test() {
        unreachable
 }