Instead of initializing the volatile field, use accessors to set it.
authorChris Lattner <sabre@nondot.org>
Sat, 5 Feb 2005 01:38:38 +0000 (01:38 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 5 Feb 2005 01:38:38 +0000 (01:38 +0000)
commit286629736f7453fe0cdf9517e4b141c7086a2e77
tree4361746ac252da3fff9bcfef33da2e526a18b503
parent905547b02bd45f0997521533bf3cf474647ac095
Instead of initializing the volatile field, use accessors to set it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20045 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Instructions.cpp