[cfe-commits] r145670 - /cfe/trunk/test/CodeGen/asm.c
Eric Christopher
echristo at apple.com
Thu Dec 1 18:12:12 PST 2011
Author: echristo
Date: Thu Dec 1 20:12:12 2011
New Revision: 145670
URL: http://llvm.org/viewvc/llvm-project?rev=145670&view=rev
Log:
Clean up some oddly gratuitous vertical whitespace.
Modified:
cfe/trunk/test/CodeGen/asm.c
Modified: cfe/trunk/test/CodeGen/asm.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/asm.c?rev=145670&r1=145669&r2=145670&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/asm.c (original)
+++ cfe/trunk/test/CodeGen/asm.c Thu Dec 1 20:12:12 2011
@@ -63,7 +63,6 @@
// CHECK:PR3908 $1 $3 $2 $0
}
-
// PR3373
unsigned t11(signed char input) {
unsigned output;
@@ -101,9 +100,6 @@
return x;
}
-
-
-
// bitfield destination of an asm.
struct S {
int a : 4;
@@ -113,7 +109,6 @@
__asm__("abc %0" : "=r"(P->a) );
}
-
// PR4938
int t16() {
int a,b;
@@ -145,7 +140,6 @@
// CHECK-NEXT: extractvalue
}
-
// PR6780
int t19(unsigned data) {
int a, b;
@@ -156,7 +150,6 @@
// CHECK: = call {{.*}}asm "x$(abc$|def$|ghi$)z"
}
-
// PR6845 - Mismatching source/dest fp types.
double t20(double x) {
register long double result;
@@ -209,7 +202,6 @@
return addr;
}
-
// PR10299 - fpsr, fpcr
void t25(void)
{
More information about the cfe-commits
mailing list