diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-03-10 06:53:54 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-03-10 06:53:54 +0000 |
commit | 3528e38fdf579685f32ebbea209359d91d4a4524 (patch) | |
tree | b704f93483d3c2cc87db0e610cc4e7aac6d5b33d | |
parent | 3e0cc2634e861b789850b5103efcc8898bf14c4c (diff) | |
download | external_llvm-3528e38fdf579685f32ebbea209359d91d4a4524.zip external_llvm-3528e38fdf579685f32ebbea209359d91d4a4524.tar.gz external_llvm-3528e38fdf579685f32ebbea209359d91d4a4524.tar.bz2 |
Add radar number.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66534 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/2009-03-03-BitcastLongDouble.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2009-03-03-BitcastLongDouble.ll b/test/CodeGen/X86/2009-03-03-BitcastLongDouble.ll index 2b493e6..1eefaa9 100644 --- a/test/CodeGen/X86/2009-03-03-BitcastLongDouble.ll +++ b/test/CodeGen/X86/2009-03-03-BitcastLongDouble.ll @@ -1,5 +1,7 @@ ; RUN: llvm-as < %s | llc -march=x86 ; PR3686 +; rdar://6661799 + define i32 @x(i32 %y) nounwind readnone { entry: %tmp14 = zext i32 %y to i80 ; <i80> [#uses=1] |