summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-03-25 20:20:11 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-03-25 20:20:11 +0000
commit3927f438b5a9fdadc17257802b09430b16d225f9 (patch)
tree143702bdf5385d529554810976ccf03ba8e612fc /test/CodeGen/X86/2007-08-10-SignExtSubreg.ll
parenta466ee3106de678c3db38c97c2af21289b403ee7 (diff)
downloadllvm-3927f438b5a9fdadc17257802b09430b16d225f9.tar.gz
llvm-3927f438b5a9fdadc17257802b09430b16d225f9.tar.bz2
llvm-3927f438b5a9fdadc17257802b09430b16d225f9.tar.xz
Revert 67132. This is breaking some objective-c apps.
Also fixes SDISel so it *does not* force promote return value if the function is not marked signext / zeroext. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67701 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.ll2
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 ffb1e83a27..b62d2c61bb 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 | not grep {movsbl}
+; RUN: llvm-as < %s | llc -march=x86 | grep {movsbl}
@X = global i32 0 ; <i32*> [#uses=1]