Fix doubled testcase.
From-SVN: r115580
This commit is contained in:
parent
fc4297484b
commit
2e0d61d983
1 changed files with 0 additions and 21 deletions
|
@ -20,24 +20,3 @@ B (left, <<)
|
|||
B (right, >>)
|
||||
|
||||
/* { dg-final { scan-assembler-not "__\[a-z\]*si3" } } */
|
||||
typedef unsigned long long ll;
|
||||
typedef unsigned long long ull;
|
||||
|
||||
int global;
|
||||
|
||||
#define A(BASE, OP, AMT) \
|
||||
ll BASE ## AMT (ll x) { return x OP AMT; } \
|
||||
ull BASE ## AMT ## u (ull x) { return x OP AMT; }
|
||||
|
||||
#define B(BASE, OP) \
|
||||
A (BASE, OP, 1) \
|
||||
A (BASE, OP, 10) \
|
||||
A (BASE, OP, 31) \
|
||||
A (BASE, OP, 33) \
|
||||
A (BASE, OP, 61) \
|
||||
A (BASE, OP, global)
|
||||
|
||||
B (left, <<)
|
||||
B (right, >>)
|
||||
|
||||
/* { dg-final { scan-assembler-not "__\[a-z\]*si3" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue