File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
llvm/lib/Target/SystemZ/MCTargetDesc Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- // == - SystemZGNUInstPrinter.h - Convert SystemZ MCInst to assembly -*- C++ -*-= =//
1
+ // =- SystemZGNUInstPrinter.h - Convert SystemZ MCInst to assembly -*- C++ -*-=//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
- // ===------------------------------------------------------------------------ ===//
7
+ // ===----------------------------------------------------------------------===//
8
8
//
9
9
// This class prints a SystemZ MCInst to a .s file in GNU assembly format.
10
10
//
11
- // ===------------------------------------------------------------------------ ===//
11
+ // ===----------------------------------------------------------------------===//
12
12
13
13
#ifndef LLVM_LIB_TARGET_SYSTEMZ_MCTARGETDESC_SYSTEMZGNUINSTPRINTER_H
14
14
#define LLVM_LIB_TARGET_SYSTEMZ_MCTARGETDESC_SYSTEMZGNUINSTPRINTER_H
Original file line number Diff line number Diff line change 1
- // === - SystemZHLASMInstPrinter.cpp - Convert SystemZ MCInst to HLASM assembly -= =//
1
+ // =- SystemZHLASMInstPrinter.cpp - Convert SystemZ MCInst to HLASM assembly -=//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
- // ===-------------------------------------------------------------------------- ==//
7
+ // ===----------------------------------------------------------------------= ==//
8
8
9
9
#include " SystemZHLASMInstPrinter.h"
10
10
#include " llvm/MC/MCInst.h"
You can’t perform that action at this time.
0 commit comments