2007-07-19 23:13:04 +00:00
|
|
|
// RUN: %llvmgcc %s -o - -S -emit-llvm -O3 | grep {i8 signext}
|
2007-06-19 00:08:42 +00:00
|
|
|
// PR1513
|
|
|
|
|
|
|
|
struct s{
|
|
|
|
long a;
|
|
|
|
long b;
|
|
|
|
};
|
|
|
|
|
2007-07-28 16:43:10 +00:00
|
|
|
void f(struct s a, char *b, signed char C) {
|
2007-06-19 00:08:42 +00:00
|
|
|
|
|
|
|
}
|