From 5bb7c7c3b0d45867a9770d5468624cbefe37adad Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 8 Sep 2009 22:34:10 +0000 Subject: Use opt -S instead of piping bitcode output through llvm-dis. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81257 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Generic/GC/inline.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/Generic/GC/inline.ll') diff --git a/test/CodeGen/Generic/GC/inline.ll b/test/CodeGen/Generic/GC/inline.ll index 54d91ed..5dd171a 100644 --- a/test/CodeGen/Generic/GC/inline.ll +++ b/test/CodeGen/Generic/GC/inline.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -inline | llvm-dis | grep example +; RUN: opt %s -inline -S | grep example %IntArray = type { i32, [0 x i32*] } -- cgit v1.1