diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-10-06 03:33:37 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-10-06 03:33:37 +0000 |
commit | ecb1b4c29ecc23c952901fbe85e590410b09d9d9 (patch) | |
tree | 8bce2f826bf4f04c0d4e9ba767f32d50890e8ab4 | |
parent | eb7fe36ad8bdb1fec2bcf1fa9afb8f2ca6053b75 (diff) |
Erm...this isn't the same as PR6658.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115737 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/mmx-builtins.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/mmx-builtins.c b/test/CodeGen/mmx-builtins.c index 0252aebfcb..7934e77890 100644 --- a/test/CodeGen/mmx-builtins.c +++ b/test/CodeGen/mmx-builtins.c @@ -4,7 +4,6 @@ // on win32 since we don't generally know how to find errno.h. #define __MM_MALLOC_H -// PR6658 #include <tmmintrin.h> __m64 test1(__m64 a, __m64 b) { |