mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-03 11:24:18 +00:00
Fix -Wextra-semi warnings.
Patch by Eugene Zelenko! Differential Revision: http://reviews.llvm.org/D11400 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242930 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -506,7 +506,7 @@ private:
|
||||
/// This POD struct describes one external user in the vectorized tree.
|
||||
struct ExternalUser {
|
||||
ExternalUser (Value *S, llvm::User *U, int L) :
|
||||
Scalar(S), User(U), Lane(L){};
|
||||
Scalar(S), User(U), Lane(L){}
|
||||
// Which scalar in our function.
|
||||
Value *Scalar;
|
||||
// Which user that uses the scalar.
|
||||
|
Reference in New Issue
Block a user