Removed extraneous newlines

This commit is contained in:
Lachlan Sneff
2018-01-15 19:00:40 -05:00
committed by Dan Gohman
parent 5590abcfd9
commit ddfa88c8ba
13 changed files with 0 additions and 13 deletions

View File

@@ -33,7 +33,6 @@ use state::{TranslationState, ControlStackFrame};
use std::collections::{HashMap, hash_map};
use environ::{FuncEnvironment, GlobalValue};
use std::{i32, u32};
use std::vec::Vec;
/// Translates wasm operators into Cretonne IL instructions. Returns `true` if it inserted

View File

@@ -10,7 +10,6 @@ use cretonne::cursor::FuncCursor;
use cretonne::settings;
use wasmparser;
use std::error::Error;
use std::vec::Vec;
use std::string::String;

View File

@@ -5,7 +5,6 @@ use cretonne::cursor::FuncCursor;
use cretonne::settings::Flags;
use translation_utils::{SignatureIndex, FunctionIndex, TableIndex, GlobalIndex, MemoryIndex,
Global, Table, Memory};
use std::vec::Vec;
use std::string::String;

View File

@@ -16,7 +16,6 @@ use wasmparser::{Parser, ParserState, FuncType, ImportSectionEntryType, External
use wasmparser;
use std::str::from_utf8;
use environ::ModuleEnvironment;
use std::vec::Vec;
use std::string::String;

View File

@@ -7,7 +7,6 @@ use cretonne::ir::{self, Ebb, Inst, Value};
use environ::{FuncEnvironment, GlobalValue};
use std::collections::HashMap;
use translation_utils::{GlobalIndex, MemoryIndex, SignatureIndex, FunctionIndex};
use std::vec::Vec;
/// A control stack frame can be an `if`, a `block` or a `loop`, each one having the following