Skip to content

Commit

Permalink
Fix SemaRISCV.cpp file header
Browse files Browse the repository at this point in the history
  • Loading branch information
Endilll committed May 20, 2024
1 parent a988e28 commit 4d815b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/lib/Sema/SemaRISCV.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
//==- SemaRISCVVectorLookup.cpp - Name Lookup for RISC-V Vector Intrinsic -==//
//==------- SemaRISCV.cpp ------- RISC-V target-specific routines ----------==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
//
// This file implements name lookup for RISC-V vector intrinsic.
// This file implements semantic analysis functions specific to RISC-V.
//
//===----------------------------------------------------------------------===//

Expand Down

0 comments on commit 4d815b2

Please sign in to comment.