summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp')
-rw-r--r--llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp b/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp
index 339c8afb3cd..b9e41a889ce 100644
--- a/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp
+++ b/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp
@@ -264,7 +264,7 @@ StackerCompiler::compile(
// Set up a pass manager
PassManager Passes;
// Add in the passes we want to execute
- Passes.add(new TargetData("stkrc",TheModule));
+ Passes.add(new TargetData(TheModule));
// Verify we start with valid
Passes.add(createVerifierPass());
OpenPOWER on IntegriCloud