Skip to content
  • Rafael Espindola's avatar
    Addends should always be signed. · 7386ceac
    Rafael Espindola authored
    In the target dependent code we already always return a int64_t. In
    the target independent code we carefully use uintX_t, which has the
    same result given 2 complement rules.
    
    This just simplifies the code to use int64_t everywhere.
    
    llvm-svn: 295263
    7386ceac
Loading