diff options
Diffstat (limited to 'test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll')
-rw-r--r-- | test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll b/test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll index 97c8468dd2..7c30d87dc1 100644 --- a/test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll +++ b/test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -globalopt | llvm-dis | grep {define void @a} +; RUN: opt %s -globalopt -S | grep {define void @a} define internal void @f() { ret void |