[llvm-commits] [llvm-gcc-4.0] r43842 - /llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp
Chris Lattner
clattner at apple.com
Wed Nov 7 13:47:55 PST 2007
> URL: http://llvm.org/viewvc/llvm-project?rev=43842&view=rev
> Log:
> Add FIXME line.
Thanks, please add a short comment about what the actual problem is,
and mention the bugzilla. :)
Also, Bill, after Duncan has tested and commits his patch to 4.2, can
you please backport it to 4.0?
Thanks!
-Chris
> Modified:
> llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp
>
> Modified: llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp
> URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.0/trunk/gcc/
> llvm-convert.cpp?rev=43842&r1=43841&r2=43842&view=diff
>
> ======================================================================
> ========
> --- llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp (original)
> +++ llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp Wed Nov 7 14:59:30 2007
> @@ -1297,7 +1297,7 @@
> CastToType(Instruction::BitCast, DestPtr, SBP),
> CastToType(Instruction::BitCast, SrcPtr, SBP),
> CastToSIntType(Size, IntPtr),
> - ConstantInt::get(Type::Int32Ty, 1)
> + ConstantInt::get(Type::Int32Ty, 1) // FIXME: Hardcoding 1 here
> is a hack.
> };
>
> Intrinsic::ID IID =
> @@ -1329,7 +1329,7 @@
> CastToType(Instruction::BitCast, DestPtr, SBP),
> CastToSIntType(SrcVal, Type::Int8Ty),
> CastToSIntType(Size, IntPtr),
> - ConstantInt::get(Type::Int32Ty, 1)
> + ConstantInt::get(Type::Int32Ty, 1) // FIXME: Hardcoding 1 here
> is a hack.
> };
>
> Intrinsic::ID IID =
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list