diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/tailcallpic1.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/tailcallpic1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/tailcallpic1.ll b/llvm/test/CodeGen/PowerPC/tailcallpic1.ll index f3f5028cf4a..177023eeb51 100644 --- a/llvm/test/CodeGen/PowerPC/tailcallpic1.ll +++ b/llvm/test/CodeGen/PowerPC/tailcallpic1.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -tailcallopt -mtriple=powerpc-apple-darwin -relocation-model=pic | grep TC_RETURN +; RUN: llc -verify-machineinstrs < %s -tailcallopt -mtriple=powerpc-apple-darwin -relocation-model=pic | grep TC_RETURN |