From: Dan Gohman Date: Mon, 16 Feb 2009 00:56:15 +0000 (+0000) Subject: Rename IndVarsSimplify to IndVarSimplify, to be consistent with X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=74786c0f4360db7547f8a12980260b5b7a441627;p=oota-llvm.git Rename IndVarsSimplify to IndVarSimplify, to be consistent with the name used in the code that these tests are for. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64624 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/IndVarSimplify/2002-09-09-PointerIndVar.ll b/test/Transforms/IndVarSimplify/2002-09-09-PointerIndVar.ll new file mode 100644 index 00000000000..228772eb82c --- /dev/null +++ b/test/Transforms/IndVarSimplify/2002-09-09-PointerIndVar.ll @@ -0,0 +1,17 @@ +; Induction variable pass is doing bad things with pointer induction vars, +; trying to do arithmetic on them directly. +; +; RUN: llvm-as < %s | opt -indvars +; +define void @test(i32 %A, i32 %S, i8* %S.upgrd.1) { +;