From 831b1210390b3a00f68de9a79be0f4e13d6287b0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 16 Jun 2006 18:23:49 +0000 Subject: Don't pass target name into TargetData anymore, it is never used or needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28831 91177308-0d34-0410-b5e6-96231b3b80d8 --- projects/Stacker/lib/compiler/StackerCompiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/Stacker/lib/compiler/StackerCompiler.cpp') diff --git a/projects/Stacker/lib/compiler/StackerCompiler.cpp b/projects/Stacker/lib/compiler/StackerCompiler.cpp index 339c8afb3c..b9e41a889c 100644 --- a/projects/Stacker/lib/compiler/StackerCompiler.cpp +++ b/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()); -- cgit v1.2.3-70-g09d2