Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L libfirm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Zwinkau
  • libfirm
  • Repository
  • libfirm
  • ir
  • ir
  • irtools.c
Find file BlameHistoryPermalink
  • Christoph Mallon's avatar
    ir: Change get_irn_in() so it returns the first operand, not the block, at index 0. · 9c123448
    Christoph Mallon authored Nov 28, 2015
    Except for two users, all users add 1 immediately anyway.
    Of the two exceptions one of them (in kill_unused_stacknodes()) is wrong, so this is now corrected.
    The other one is exchange(), which now just uses ->in, which is fine, since it handles node interna anyway.
    9c123448

Imprint