mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 05:16:53 +00:00
Make this explictly signed. Fixes PR1571.
llvm-svn: 40569
This commit is contained in:
parent
780ecf20d1
commit
391b3e4b4c
@ -6,6 +6,6 @@ long a;
|
||||
long b;
|
||||
};
|
||||
|
||||
void f(struct s a, char *b, char C) {
|
||||
void f(struct s a, char *b, signed char C) {
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user