diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-30 13:21:12 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-30 13:21:12 +0000 |
commit | 6c38b7548d26784d32946f6e7493b7b490b0069b (patch) | |
tree | b8abd772be235727b656f840513409c52c23a9e2 /llvm | |
parent | e3e21cfc0c98fe1089555e0b7b32b8978b789323 (diff) | |
download | bcm5719-llvm-6c38b7548d26784d32946f6e7493b7b490b0069b.tar.gz bcm5719-llvm-6c38b7548d26784d32946f6e7493b7b490b0069b.zip |
Updated test with -verify-machineinstrs to check for PR21931
llvm-svn: 288242
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/CodeGen/X86/inline-asm-fpstack.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/inline-asm-fpstack.ll b/llvm/test/CodeGen/X86/inline-asm-fpstack.ll index 972355cffc1..c28dfc7f1c6 100644 --- a/llvm/test/CodeGen/X86/inline-asm-fpstack.ll +++ b/llvm/test/CodeGen/X86/inline-asm-fpstack.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mcpu=generic -mtriple=i386-apple-darwin -no-integrated-as | FileCheck %s +; RUN: llc < %s -mcpu=generic -mtriple=i386-apple-darwin -verify-machineinstrs -no-integrated-as | FileCheck %s ; There should be no stack manipulations between the inline asm and ret. ; CHECK: test1 |