diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-12-04 02:00:12 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-12-04 02:00:12 +0000 |
| commit | a3561b388c226255b594748eb706718a1313c8e3 (patch) | |
| tree | 7ddf3e4654baf345f20da0e34eff7fa0f81f99b9 /llvm/test/CodeGen/Generic | |
| parent | 901f036353d328ad89969eb84eaa83aaefe49eed (diff) | |
| download | bcm5719-llvm-a3561b388c226255b594748eb706718a1313c8e3.tar.gz bcm5719-llvm-a3561b388c226255b594748eb706718a1313c8e3.zip | |
Move llvm/test/CodeGen/Generic/function-alias.ll to X86. It is incompatible to PECOFF.
FIXME: It may be ELF-generic.
llvm-svn: 254685
Diffstat (limited to 'llvm/test/CodeGen/Generic')
| -rw-r--r-- | llvm/test/CodeGen/Generic/function-alias.ll | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/CodeGen/Generic/function-alias.ll b/llvm/test/CodeGen/Generic/function-alias.ll deleted file mode 100644 index 7eec5be198b..00000000000 --- a/llvm/test/CodeGen/Generic/function-alias.ll +++ /dev/null @@ -1,10 +0,0 @@ -; RUN: llc < %s | FileCheck %s - -; "data" constant -@0 = private constant <{ i8, i8 }> <{i8 15, i8 11}>, section ".text" - -; function-typed alias -@ud2 = alias void (), bitcast (<{ i8, i8 }>* @0 to void ()*) - -; Check that "ud2" is emitted as a function symbol. -; CHECK: .type{{.*}}ud2,@function |

