summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-12-02 02:12:12 +0000
committerEric Christopher <echristo@apple.com>2011-12-02 02:12:12 +0000
commit5037249cc317988742b14862ce4244e3600cdfb5 (patch)
tree06b0189973ca283fc192d264f4b604dbafce3fce
parent86e6c07a0cfb10162c300f4c2c79c51d4351545a (diff)
downloadbcm5719-llvm-5037249cc317988742b14862ce4244e3600cdfb5.tar.gz
bcm5719-llvm-5037249cc317988742b14862ce4244e3600cdfb5.zip
Clean up some oddly gratuitous vertical whitespace.
llvm-svn: 145670
-rw-r--r--clang/test/CodeGen/asm.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/test/CodeGen/asm.c b/clang/test/CodeGen/asm.c
index 36b669ad0ef..4cbf63b862e 100644
--- a/clang/test/CodeGen/asm.c
+++ b/clang/test/CodeGen/asm.c
@@ -63,7 +63,6 @@ void t10(int r) {
// CHECK:PR3908 $1 $3 $2 $0
}
-
// PR3373
unsigned t11(signed char input) {
unsigned output;
@@ -101,9 +100,6 @@ unsigned long t15(int x, struct large *P) {
return x;
}
-
-
-
// bitfield destination of an asm.
struct S {
int a : 4;
@@ -113,7 +109,6 @@ void t14(struct S *P) {
__asm__("abc %0" : "=r"(P->a) );
}
-
// PR4938
int t16() {
int a,b;
@@ -145,7 +140,6 @@ int t18(unsigned data) {
// CHECK-NEXT: extractvalue
}
-
// PR6780
int t19(unsigned data) {
int a, b;
@@ -156,7 +150,6 @@ int t19(unsigned data) {
// 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 @@ void *t24(char c) {
return addr;
}
-
// PR10299 - fpsr, fpcr
void t25(void)
{
OpenPOWER on IntegriCloud