Port this test from dejagnu to unit testing.
authorNick Lewycky <nicholas@mxc.ca>
Mon, 19 Jan 2009 18:08:33 +0000 (18:08 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 19 Jan 2009 18:08:33 +0000 (18:08 +0000)
commit1999ff1d810b13425fcb80ac8bbccdff4c3a7cf8
treed841951ef450e407ac8fac20ccaf70dec1c479a5
parent4bd47877859b19c7a12cd10eff03533b329740e1
Port this test from dejagnu to unit testing.

The way this worked before was to test APInt by running
"lli -force-interpreter=true" knowing the lli uses APInt under the hood to
store its values. Now, we test APInt directly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62514 91177308-0d34-0410-b5e6-96231b3b80d8
test/ExecutionEngine/2007-05-12-APInt-Shl.ll [deleted file]
unittests/ADT/APInt.cpp [new file with mode: 0644]