Skip to content

Commit

Permalink
r113585 was causing clang-i686-xp-msvc9 to fail in mysterious ways th…
Browse files Browse the repository at this point in the history
…at I can't

understand (the log file was no help).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113605 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
isanbard committed Sep 10, 2010
1 parent ebd3e5f commit b28f579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Target/X86/X86InstrFragmentsSIMD.td
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ def X86Punpckhqdq : SDNode<"X86ISD::PUNPCKHQDQ", SDTShuff2Op>;
// the top elements. These are used for the SSE 'ss' and 'sd' instruction
// forms.
def sse_load_f32 : ComplexPattern<v4f32, 5, "SelectScalarSSELoad", [],
[SDNPHasChain, SDNPMayLoad, SDNPMemOperand]>;
[SDNPHasChain, SDNPMayLoad]>;
def sse_load_f64 : ComplexPattern<v2f64, 5, "SelectScalarSSELoad", [],
[SDNPHasChain, SDNPMayLoad, SDNPMemOperand]>;
[SDNPHasChain, SDNPMayLoad]>;

def ssmem : Operand<v4f32> {
let PrintMethod = "printf32mem";
Expand Down

0 comments on commit b28f579

Please sign in to comment.