Skip to content

Commit

Permalink
Remove stray ^S. NFC.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300880 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
d0k committed Apr 20, 2017
1 parent e0f26af commit 175caa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/llvm/CodeGen/MachineValueType.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class MVT {
// A class to represent the number of elements in a vector
//
// For fixed-length vectors, the total number of elements is equal to 'Min'
// For scalable vectors, the total number of elements is a multiple of 'Min'
// For scalable vectors, the total number of elements is a multiple of 'Min'
class ElementCount {
public:
unsigned Min;
Expand Down

0 comments on commit 175caa6

Please sign in to comment.