Fix case confusion.
authorSean Silva <chisophugis@gmail.com>
Thu, 31 Mar 2016 01:47:33 +0000 (01:47 +0000)
committerSean Silva <chisophugis@gmail.com>
Thu, 31 Mar 2016 01:47:33 +0000 (01:47 +0000)
commit24d7e2e869f70d1255062562b80ad209ca1ce835
tree4c2593aebc5448dace8f1e578d97a8b99785cd7e
parentf4d7688e4bccb2fda5c02ed1f75293d7f8807816
Fix case confusion.

The test case was defining and using a function 'notExported()', but
the FileCheck checks were checking for the name 'not_exported'. This
changes the test to use 'notExported' across the board. Also, the test
defined a function 'not_defined()', but doesn't have any checks related
to it. For consistency, this name is changed to 'notDefined'. A later
commit will add checks for 'notDefined'.

Patch by Warren Ristow!

llvm-svn: 264984
llvm/test/CodeGen/X86/dllexport.ll