Searched hist:10965 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/mem/slicc/ast/
H A DOperatorExprAST.py10965:6f433e7f9767 Mon Jul 20 10:15:00 EDT 2015 David Hashe <david.hashe@amd.com> slicc: improve support for prefix operations

This patch fixes the type handling when prefix operations are used. Previously
prefix operators would assume a void return type, which made it impossible to
combine prefix operations with other expressions. This patch allows SLICC
programmers to use prefix operations more naturally.

Completed in 5 milliseconds