diff options
author | Dan Gohman <gohman@apple.com> | 2009-09-08 22:34:10 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-09-08 22:34:10 +0000 |
commit | 5bb7c7c3b0d45867a9770d5468624cbefe37adad (patch) | |
tree | 8da773058a2492290d4648d8f5dba5c3b8382142 /test/CodeGen/Generic/GC/inline.ll | |
parent | 1e4519c64ba34818ace9858444a66399be7eecfd (diff) | |
download | external_llvm-5bb7c7c3b0d45867a9770d5468624cbefe37adad.zip external_llvm-5bb7c7c3b0d45867a9770d5468624cbefe37adad.tar.gz external_llvm-5bb7c7c3b0d45867a9770d5468624cbefe37adad.tar.bz2 |
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
Diffstat (limited to 'test/CodeGen/Generic/GC/inline.ll')
-rw-r--r-- | test/CodeGen/Generic/GC/inline.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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*] } |