diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-01 20:24:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-01 20:24:05 +0000 |
commit | 9e5cc28f7282381c769a46be0255e37e10d7212a (patch) | |
tree | 489c25dffe639bf3995575b2026a87b8656677eb | |
parent | 69ece936694de3b2fc87b43523c8394edfa15c34 (diff) |
stop using anders-aa
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97491 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/Generic/GC/argpromotion.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/GC/argpromotion.ll b/test/CodeGen/Generic/GC/argpromotion.ll index dda376d616..c63ce222b8 100644 --- a/test/CodeGen/Generic/GC/argpromotion.ll +++ b/test/CodeGen/Generic/GC/argpromotion.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -anders-aa -argpromotion +; RUN: opt < %s -argpromotion declare void @llvm.gcroot(i8**, i8*) |