diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-07-22 01:02:57 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-07-22 01:02:57 +0000 |
commit | 558cc5a914118bba0e7843f1878f6137fea88d91 (patch) | |
tree | ed447d81e13632db8d7273185a101fbc88c4a400 | |
parent | 4e2710c266c0f5b074589602d17066ff5f23a641 (diff) |
GCC complains about the angle of this line.
Remove the escaped newline.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135739 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/X86/X86ISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 1aea17524c..d8ffccb5d8 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp @@ -11180,7 +11180,7 @@ static SDValue PerformShuffleCombine256(SDNode *N, SelectionDAG &DAG, V2.getOpcode() == ISD::CONCAT_VECTORS) { // // 0,0,0,... - // \ + // | // V UNDEF BUILD_VECTOR UNDEF // \ / \ / // CONCAT_VECTOR CONCAT_VECTOR |