Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Mangler.cc

    rd67cdb7 r7cddf77  
    99// Author           : Richard C. Bilson
    1010// Created On       : Sun May 17 21:40:29 2015
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Sep 25 15:49:26 2017
    13 // Update Count     : 23
     11// Last Modified By : Andrew Beach
     12// Last Modified On : Wed Jun 28 15:31:00 2017
     13// Update Count     : 21
    1414//
    1515#include "Mangler.h"
     
    115115                        "Id",   // DoubleImaginary
    116116                        "Ir",   // LongDoubleImaginary
    117                         "w",    // SignedInt128
    118                         "Uw",   // UnsignedInt128
    119117                };
    120118
     
    309307                        mangleName << "V";
    310308                } // if
    311                 if ( type->get_mutex() ) {
    312                         mangleName << "M";
    313                 } // if
    314309                // Removed due to restrict not affecting function compatibility in GCC
    315310//              if ( type->get_isRestrict() ) {
Note: See TracChangeset for help on using the changeset viewer.