- File:
-
- 1 edited
-
src/ResolvExpr/AlternativeFinder.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/AlternativeFinder.cc
rde62360d r5f2f2d7 10 10 // Created On : Sat May 16 23:52:08 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jun 22 17:19:54201513 // Update Count : 1 712 // Last Modified On : Mon Jun 8 14:53:58 2015 13 // Update Count : 14 14 14 // 15 15 … … 545 545 NameExpr *fname; 546 546 if ( ( fname = dynamic_cast<NameExpr *>( untypedExpr->get_function())) 547 && ( fname->get_name() == std::string(" &&")) ) {548 alternatives.push_back( Alternative( untypedExpr ->clone(), env, Cost()) );547 && ( fname->get_name() == std::string("LabAddress")) ) { 548 alternatives.push_back( Alternative( untypedExpr, env, Cost()) ); 549 549 return; 550 550 }
Note:
See TracChangeset
for help on using the changeset viewer.