Use consistent formatting for module-level comments.

This commit is contained in:
Dan Gohman
2017-11-08 14:49:27 -08:00
parent e213c2654f
commit ced7a88ecc
8 changed files with 7 additions and 21 deletions

View File

@@ -1,4 +1,3 @@
//! Immediate operands for Cretonne instructions
//!
//! This module defines the types of immediate operands that can appear on Cretonne instructions.

View File

@@ -3,12 +3,6 @@
use std::default::Default;
use std::fmt::{self, Display, Debug, Formatter};
// ====--------------------------------------------------------------------------------------====//
//
// Value types
//
// ====--------------------------------------------------------------------------------------====//
/// The type of an SSA value.
///
/// The `VOID` type is only used for instructions that produce no value. It can't be part of a SIMD