R600ISelLowering.cpp: Avoid "using namespace Intrinsic;" to appease MSC. Specify...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 22 May 2013 06:37:31 +0000 (06:37 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 22 May 2013 06:37:31 +0000 (06:37 +0000)
commit7849728485570f34bb100baef613a80d84450b08
tree8c533b200b8a8ce0865f26e15ae0f8803f5439af
parent51c2e124e3a559d5728acb4b6cd130e2129b4135
R600ISelLowering.cpp: Avoid "using namespace Intrinsic;" to appease MSC. Specify namespaces explicitly here.

MSC is confused about "memcpy" between <cstring> and llvm::Intrinsic::memcpy, when llvm::Intrinsic were exposed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182452 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/R600ISelLowering.cpp