diff --git a/osprey/ipa/main/analyze/ipa_option.cxx b/osprey/ipa/main/analyze/ipa_option.cxx
index 075661e..6aa3b58 100644
--- a/osprey/ipa/main/analyze/ipa_option.cxx
+++ b/osprey/ipa/main/analyze/ipa_option.cxx
@@ -1,4 +1,8 @@
 /*
+ * Copyright (C) 2010 Advanced Micro Devices, Inc.  All Rights Reserved.
+ */
+
+/*
  * Copyright 2003, 2004, 2005, 2006 PathScale, Inc.  All Rights Reserved.
  */
 
@@ -209,8 +213,7 @@ Process_IPA_Options ( INT argc, char **argv )
     }
 
     if (IPA_Output_File_Size != 0) {
-	IPA_Max_Output_File_Size +=
-	    IPA_Max_Output_File_Size / 100 * IPA_Output_File_Size;
+	IPA_Max_Output_File_Size = IPA_Output_File_Size;
     }
 
 #if defined(TARG_SL)
