R600: Add ISA documents to the CompilerWriterInfo page
[oota-llvm.git] / test / Transforms / IndVarSimplify / 2003-04-16-ExprAnalysis.ll
index d12709a84fbf4457e16962ea5c3d44af9ae83454..38fa112bdb5ee69890e35c44adb3b2ce0b67a919 100644 (file)
@@ -1,7 +1,7 @@
 ; This is a test case for the expression analysis code, not really indvars.
 ; It was assuming any constant of int type was a ConstantInteger.
 ;
-; RUN: opt %s -indvars
+; RUN: opt %s -indvars
 
 @X = global i32 7               ; <i32*> [#uses=1]