Added instance variable/initializers/getter/setters for new keyword externally initia...
authorMichael Gottesman <mgottesman@apple.com>
Sun, 3 Feb 2013 21:54:38 +0000 (21:54 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Sun, 3 Feb 2013 21:54:38 +0000 (21:54 +0000)
commitaf2f494c2d87a77c46efb85856f235ddd7f3c6ab
tree71a13d91832bbc255024a367b55e1db59dde2fc5
parentf8410645921ecda8641354ef5af1ac7e4bf6f20c
Added instance variable/initializers/getter/setters for new keyword externally initialized to GlobalVariable. No *TRUE* functionality change.

I am going to add in the actual test cases with the actual functionality
changes in a later patch because I want to include some test cases.

To be clear when I say no *TRUE* functionality change I mean that this
patch (like it says in the title) only contains getters/setters and sets
up a default initial value of the instance variable to false so that
this patch does not affect any other uses of Global Variable.h.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174295 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/GlobalVariable.h
lib/IR/Globals.cpp