commit | f8ee0e02183f7df0298acbf5e50ac575f10127cd | [log] [tgz] |
---|---|---|
author | Sanjay Patel <spatel@rotateright.com> | Sun Jun 19 17:20:27 2016 +0000 |
committer | Sanjay Patel <spatel@rotateright.com> | Sun Jun 19 17:20:27 2016 +0000 |
tree | a203d40554cfe787a970f7f220162f5c5e9be883 | |
parent | bbb9a8d255881789efcd3939602faf6dab58879e [diff] [blame] |
fix formatting, typo; NFC llvm-svn: 273118
diff --git a/llvm/lib/Analysis/InstructionSimplify.cpp b/llvm/lib/Analysis/InstructionSimplify.cpp index a9fed16..25ce4db 100644 --- a/llvm/lib/Analysis/InstructionSimplify.cpp +++ b/llvm/lib/Analysis/InstructionSimplify.cpp
@@ -1504,7 +1504,7 @@ if (!match(Op0, m_ICmp(Pred0, m_Add(m_Value(V), m_ConstantInt(CI1)), m_ConstantInt(CI2)))) - return nullptr; + return nullptr; if (!match(Op1, m_ICmp(Pred1, m_Specific(V), m_Specific(CI1)))) return nullptr;