Debugging by Sesame Street:
authordias@eecs.tufts.edu <unknown>
Fri, 3 Apr 2009 20:15:04 +0000 (20:15 +0000)
committerdias@eecs.tufts.edu <unknown>
Fri, 3 Apr 2009 20:15:04 +0000 (20:15 +0000)
commitdc9db2a839c7d05f119146a6294768e18efc04d6
tree6b553b897db9ac2a94f06b73d62ab0e8dcb8ef13
parentc990e97592ea48e74f8e1c51ab59666decaacd6d
Debugging by Sesame Street:

One of these things is not like the others:

stdPattern :: [LRep] -> Maybe StgHalfWord
stdPattern reps
  = case reps of
        []  -> Just ARG_NONE    -- just void args, probably
        [N] -> Just ARG_N
        [P] -> Just ARG_N
        [F] -> Just ARG_F
        [D] -> Just ARG_D
        [L] -> Just ARG_L

Today's debugging session was brought to you by the letter P.
compiler/codeGen/StgCmmLayout.hs