diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2009-03-17 23:43:59 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2009-03-17 23:43:59 +0000 |
commit | 152932b71c488a6522c541f847eb3081cffb3793 (patch) | |
tree | 59aedfa7e60b5f3579fd7a1b142354c2d3f72a7d /test/CodeGen/X86/2007-08-10-SignExtSubreg.ll | |
parent | b372c1114c1eeffbd1a3f6ddc5d33e77564bfee2 (diff) |
Don't force promotion of return arguments on the callee.
Some architectures (like x86) don't require it.
This fixes bug 3779.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67132 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2007-08-10-SignExtSubreg.ll')
-rw-r--r-- | test/CodeGen/X86/2007-08-10-SignExtSubreg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll b/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll index b62d2c61bb..ffb1e83a27 100644 --- a/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll +++ b/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 | grep {movsbl} +; RUN: llvm-as < %s | llc -march=x86 | not grep {movsbl} @X = global i32 0 ; <i32*> [#uses=1] |