Don't use a potentially expensive shift if all we want is one set bit.
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-11-02-QuadraticCrash.ll
index c6cb87fca140c78b8c110da3707bc4b79dd68d35..7722122117dc6f7735355c73d87210e49dc232fc 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution
+; RUN: opt < %s -analyze -scalar-evolution
 ; PR1827
 
 declare void @use(i32)