Skip to content
  • Zhongxing Xu's avatar
    Fix a serious bug. · e31a8ebf
    Zhongxing Xu authored
    When initialized, the index of the ElementRegion was unsigned. But the index
    value of the ArraySubscriptExpr is signed. This inconsistency caused the value
    of the array element retrieved to be UnknownVal despite it was initialized to
    symbolic.
    
    This is only a hack. Real fix of this problem is required.
    
    llvm-svn: 60207
    e31a8ebf
Loading