Extend the verifier to check usage of 'nonnull' metadata.
[oota-llvm.git] / test / Transforms / LoopUnroll / 2007-11-05-Crash.ll
index a46c09e3bde8c655c329edbb2dddb58ddc6f7c8c..1711f11999743d292b377bd2247dc938fc010aee 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -disable-output -loop-unroll
+; RUN: opt < %s -disable-output -loop-unroll
 ; PR1770
 ; PR1947