summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-04-21 20:39:54 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-04-21 20:39:54 +0000
commitea61c358720aa6c7a159d51658b34276316aa841 (patch)
tree75813cf25b4435bf1ce4ad1ccfa7c6d9ed52a64a /include/llvm/ExecutionEngine
parent9769ab22265b313171d201b5928688524a01bd87 (diff)
downloadllvm-ea61c358720aa6c7a159d51658b34276316aa841.tar.gz
llvm-ea61c358720aa6c7a159d51658b34276316aa841.tar.bz2
llvm-ea61c358720aa6c7a159d51658b34276316aa841.tar.xz
Remove trailing whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21409 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ExecutionEngine')
-rw-r--r--include/llvm/ExecutionEngine/ExecutionEngine.h6
-rw-r--r--include/llvm/ExecutionEngine/GenericValue.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/include/llvm/ExecutionEngine/ExecutionEngine.h b/include/llvm/ExecutionEngine/ExecutionEngine.h
index 1ede32dd92..13bc9ccc13 100644
--- a/include/llvm/ExecutionEngine/ExecutionEngine.h
+++ b/include/llvm/ExecutionEngine/ExecutionEngine.h
@@ -1,10 +1,10 @@
//===- ExecutionEngine.h - Abstract Execution Engine Interface --*- C++ -*-===//
-//
+//
// The LLVM Compiler Infrastructure
//
// This file was developed by the LLVM research group and is distributed under
// the University of Illinois Open Source License. See LICENSE.TXT for details.
-//
+//
//===----------------------------------------------------------------------===//
//
// This file defines the abstract interface that implements execution support
@@ -57,7 +57,7 @@ public:
ExecutionEngine(ModuleProvider *P);
ExecutionEngine(Module *M);
virtual ~ExecutionEngine();
-
+
Module &getModule() const { return CurMod; }
const TargetData &getTargetData() const { return *TD; }
diff --git a/include/llvm/ExecutionEngine/GenericValue.h b/include/llvm/ExecutionEngine/GenericValue.h
index 6ea4366784..8740b31391 100644
--- a/include/llvm/ExecutionEngine/GenericValue.h
+++ b/include/llvm/ExecutionEngine/GenericValue.h
@@ -1,12 +1,12 @@
//===-- GenericValue.h - Represent any type of LLVM value -------*- C++ -*-===//
-//
+//
// The LLVM Compiler Infrastructure
//
// This file was developed by the LLVM research group and is distributed under
// the University of Illinois Open Source License. See LICENSE.TXT for details.
-//
+//
//===----------------------------------------------------------------------===//
-//
+//
// The GenericValue class is used to represent an LLVM value of arbitrary type.
//
//===----------------------------------------------------------------------===//