Bail from FastISel when we encounter a volatile memset intrinsic. Patch by Ivan
authorNick Lewycky <nicholas@mxc.ca>
Tue, 2 Aug 2011 00:40:16 +0000 (00:40 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 2 Aug 2011 00:40:16 +0000 (00:40 +0000)
commit3207c9a44093156c3906b62cd9cb74726751b7b4
tree649cd17c35a9cf89283c0bedc115420a288e48e0
parentcf6039548bd7ee4ad960da0a480b399869f6fc6f
Bail from FastISel when we encounter a volatile memset intrinsic. Patch by Ivan
Krasin!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136663 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp