aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/System/DynamicLibrary.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-09 17:09:09 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-09 17:09:09 +0000
commit1fc9be30ef2e3621d41524f7b1ab5d7fc1b0ccd2 (patch)
tree4c795b446dfd43b408c44eaa1922b35ab0a7e413 /llvm/lib/System/DynamicLibrary.cpp
parent04398e8d48323076233a45ac68490a33d11be702 (diff)
downloadllvm-1fc9be30ef2e3621d41524f7b1ab5d7fc1b0ccd2.zip
llvm-1fc9be30ef2e3621d41524f7b1ab5d7fc1b0ccd2.tar.gz
llvm-1fc9be30ef2e3621d41524f7b1ab5d7fc1b0ccd2.tar.bz2
For PR1099:
Invert the "isSigned" logic in calls to printType and printPrimitiveType. We want variables to be declared unsigned by default so that signless operators like + and - perform the unsigned operation that LLVM expects by default. Parameters with the sext attribute will be declared signed and signed instructions will case operand values to signed regardless of the type of the variable. This passes all tests and fixes PR1099. llvm-svn: 33039
Diffstat (limited to 'llvm/lib/System/DynamicLibrary.cpp')
0 files changed, 0 insertions, 0 deletions