[InstCombine] Fix a compilation bug
authorYonghong Song <yhs@fb.com>
Mon, 17 Aug 2020 04:56:42 +0000 (21:56 -0700)
committerYonghong Song <yhs@fb.com>
Mon, 17 Aug 2020 04:56:42 +0000 (21:56 -0700)
commitaa61e43040495235706229a7bde748a9beff137b
treefeca853732dd6abfa938eb98a633509ba020dbc8
parent000ad1a976a537256b17788dcf8b50ca117007b8
[InstCombine] Fix a compilation bug

With gcc 6.3.0, I hit the following compilation bug.
  ../lib/Transforms/InstCombine/InstCombineVectorOps.cpp:937:2: error: extra ‘;’ [-Werror=pedantic]
   };
    ^
  cc1plus: all warnings being treated as errors

The error is introduced by Commit ae7f08812e09 ("[InstCombine]
Aggregate reconstruction simplification (PR47060)")
llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp