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 | 8c1132746b2ad86e397557b37e290124ace022f9 (patch) | |
tree | 79c5f85f0273f9352cdb9fe206b046679738474d /llvm/test/CodeGen/Generic/GC | |
parent | 7d2c1592f37ec239f06831a30e03f464211e1541 (diff) | |
download | bcm5719-llvm-8c1132746b2ad86e397557b37e290124ace022f9.tar.gz bcm5719-llvm-8c1132746b2ad86e397557b37e290124ace022f9.zip |
stop using anders-aa
llvm-svn: 97491
Diffstat (limited to 'llvm/test/CodeGen/Generic/GC')
-rw-r--r-- | llvm/test/CodeGen/Generic/GC/argpromotion.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/GC/argpromotion.ll b/llvm/test/CodeGen/Generic/GC/argpromotion.ll index dda376d6168..c63ce222b86 100644 --- a/llvm/test/CodeGen/Generic/GC/argpromotion.ll +++ b/llvm/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*) |