diff options
| author | Julien Lerouge <jlerouge@apple.com> | 2014-08-26 22:11:53 +0000 |
|---|---|---|
| committer | Julien Lerouge <jlerouge@apple.com> | 2014-08-26 22:11:53 +0000 |
| commit | e8d34fa172d16f1ad2fe405e7ba8506a335f3382 (patch) | |
| tree | 6224175e7d5120a9c7932993516f2e5634925f54 /clang/test/CodeGen/x86_64-arguments-win32.c | |
| parent | 84778b2a1c124fe87f11c9cd72848a68f570e784 (diff) | |
| download | bcm5719-llvm-e8d34fa172d16f1ad2fe405e7ba8506a335f3382.tar.gz bcm5719-llvm-e8d34fa172d16f1ad2fe405e7ba8506a335f3382.zip | |
Revert 216491, it breaks CodeGenCXX/microsoft-abi-member-pointers.cpp
llvm-svn: 216496
Diffstat (limited to 'clang/test/CodeGen/x86_64-arguments-win32.c')
| -rw-r--r-- | clang/test/CodeGen/x86_64-arguments-win32.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/clang/test/CodeGen/x86_64-arguments-win32.c b/clang/test/CodeGen/x86_64-arguments-win32.c deleted file mode 100644 index 5aea7fc6236..00000000000 --- a/clang/test/CodeGen/x86_64-arguments-win32.c +++ /dev/null @@ -1,16 +0,0 @@ -// RUN: %clang_cc1 -w -triple x86_64-pc-win32 -emit-llvm -o - %s | FileCheck %s - -// To be ABI compatible with code generated by MSVC, there shouldn't be any -// sign/zero extensions on types smaller than 64bit. - -// CHECK-LABEL: define void @f1(i8 %a) -void f1(char a) {} - -// CHECK-LABEL: define void @f2(i8 %a) -void f2(unsigned char a) {} - -// CHECK-LABEL: define void @f3(i16 %a) -void f3(short a) {} - -// CHECK-LABEL: define void @f4(i16 %a) -void f4(unsigned short a) {} |

