diff options
Diffstat (limited to 'llvm/test/CodeGen/Generic/GC/inline2.ll')
-rw-r--r-- | llvm/test/CodeGen/Generic/GC/inline2.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Generic/GC/inline2.ll b/llvm/test/CodeGen/Generic/GC/inline2.ll index a6bcc1bf812..ad98e3e3453 100644 --- a/llvm/test/CodeGen/Generic/GC/inline2.ll +++ b/llvm/test/CodeGen/Generic/GC/inline2.ll @@ -1,5 +1,5 @@ -; RUN: opt %s -inline | llvm-dis | grep sample -; RUN: opt %s -inline | llvm-dis | grep example +; RUN: opt %s -inline -S | grep sample +; RUN: opt %s -inline -S | grep example %IntArray = type { i32, [0 x i32*] } |