summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-03-22 15:21:58 +0000
committerJim Grosbach <grosbach@apple.com>2011-03-22 15:21:58 +0000
commite14460ba373dbec80a4e89cf9b98e1d251517a98 (patch)
treefc0fa662223d9672b945014a9f3771a70fe19d83 /llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp
parentf922b20922a45519347929849e67935af1bd4e7a (diff)
downloadbcm5719-llvm-e14460ba373dbec80a4e89cf9b98e1d251517a98.tar.gz
bcm5719-llvm-e14460ba373dbec80a4e89cf9b98e1d251517a98.zip
Trailing whitespace.
llvm-svn: 128086
Diffstat (limited to 'llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp')
-rw-r--r--llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp b/llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp
index 6b7173cece1..8d92ab01c3d 100644
--- a/llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp
+++ b/llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp
@@ -84,7 +84,7 @@ TargetMachine *JIT::selectTarget(Module *Mod,
}
// Allocate a target...
- TargetMachine *Target =
+ TargetMachine *Target =
TheTarget->createTargetMachine(TheTriple.getTriple(), FeaturesStr);
assert(Target && "Could not allocate target machine!");
return Target;
OpenPOWER on IntegriCloud