Skip to content

Commit

Permalink
Reverting r221626 due to a too-strict test.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221629 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Michael Kuperstein committed Nov 10, 2014
1 parent 1b9706b commit dee48e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion lib/Target/X86/X86InstrCompiler.td
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,6 @@ def def32 : PatLeaf<(i32 GR32:$src), [{
return N->getOpcode() != ISD::TRUNCATE &&
N->getOpcode() != TargetOpcode::EXTRACT_SUBREG &&
N->getOpcode() != ISD::CopyFromReg &&
N->getOpcode() != ISD::AssertSext &&
N->getOpcode() != X86ISD::CMOV;
}]>;

Expand Down
16 changes: 0 additions & 16 deletions test/CodeGen/X86/TruncAssertZext.ll

This file was deleted.

0 comments on commit dee48e7

Please sign in to comment.