[X86] Use push-pop for materializing small constants under 'minsize'
[oota-llvm.git] / test / SymbolRewriter / rewrite.map
index ef6dfc8ca2b99d35fb76a62dba2555a951db0b7c..8094939d088d10b5b63608bb46d00d06b4abff97 100644 (file)
@@ -44,3 +44,23 @@ global alias: {
   target: _ZN1SD1Ev,
 }
 
+function: {
+  source: source_comdat_function,
+  target: target_comdat_function,
+}
+
+function: {
+  source: source_comdat_function_(.*),
+  transform: target_comdat_function_\1,
+}
+
+global variable: {
+  source: source_comdat_variable,
+  target: target_comdat_variable,
+}
+
+global variable: {
+  source: source_comdat_variable_(.*),
+  transform: target_comdat_variable_\1,
+}
+