commit | 4b3d57228cae1cba0897b80a73fddd4b8a61894a | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Tue Aug 04 04:08:40 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Tue Aug 04 04:08:40 2009 +0000 |
tree | 280d7f8839bbf8fbb80b36fdb15120de0caa04b7 | |
parent | a277f4e33dac3d0d6eea32996950800113566714 [diff] |
No really, it's unused. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78047 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/JIT/TargetSelect.cpp b/lib/ExecutionEngine/JIT/TargetSelect.cpp index c30a698..c2d5a14 100644 --- a/lib/ExecutionEngine/JIT/TargetSelect.cpp +++ b/lib/ExecutionEngine/JIT/TargetSelect.cpp
@@ -76,8 +76,7 @@ // Allocate a target... TargetMachine *Target = - TheTarget->createTargetMachine(*MP->getModule(), TheTriple.getTriple(), - FeaturesStr); + TheTarget->createTargetMachine(TheTriple.getTriple(), FeaturesStr); assert(Target && "Could not allocate target machine!"); return Target; }