Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties')
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties
index 1fba31745f5..415818f481e 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties
@@ -276,12 +276,12 @@ Option.optimization.strict_induction = Strict induction
Option.optimization.nostrict_induction = No induction
Option.optimization.tocdata = Mark data as local
Option.optimization.w = Specify options to pass to specific compiler components (-W)
-Option.optimization.qassert = Provides information about the characteristics of the files that can help to fine-tune optimizations (-qassert=)
+Option.optimization.qassert = Provide information about the characteristics of the files that can help to fine-tune optimizations (-qassert=)
Option.optimization.qassert.norefalign = norefalign
Option.optimization.qassert.refalign = refalign
Option.optimization.qlibmpi = Assert that functions with MPI names are in fact MPI functions (-qlibmpi)
Option.optimization.qsimd = Let the compiler automatically take advantage of vector instructions for processors that support them (-qsimd)
-Option.optimization.qprefetch = Inserts prefetch instructions automatically where there are opportunities to improve code performance. (-qprefetch)
+Option.optimization.qprefetch = Insert prefetch instructions automatically where there are opportunities to improve code performance (-qprefetch)
# Linker Options
Option.Linking.b = Control how shared objects are processed by the editor (-b)

Back to the top