Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
X86: Remove useless semicolon
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260359 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
jfbastien committed Feb 10, 2016
1 parent 4b5801c commit fd0c395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Target/X86/X86ISelLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26746,7 +26746,7 @@ static int getOneTrueElt(SDValue V) {
}
}
return TrueIndex;
};
}

/// If exactly one element of the mask is set for a non-extending masked load,
/// it is a scalar load and vector insert.
Expand Down

0 comments on commit fd0c395

Please sign in to comment.