summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b426654/b426654.il
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2017-04-13 14:17:19 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2017-04-13 14:17:19 +0900
commita56e30c8d33048216567753d9d3fefc2152af8ac (patch)
tree7e5d979695fc4a431740982eb1cfecc2898b23a5 /tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b426654/b426654.il
parent4b11dc566a5bbfa1378d6266525c281b028abcc8 (diff)
downloadcoreclr-a56e30c8d33048216567753d9d3fefc2152af8ac.tar.gz
coreclr-a56e30c8d33048216567753d9d3fefc2152af8ac.tar.bz2
coreclr-a56e30c8d33048216567753d9d3fefc2152af8ac.zip
Imported Upstream version 2.0.0.11353upstream/2.0.0.11353
Diffstat (limited to 'tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b426654/b426654.il')
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b426654/b426654.il22
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b426654/b426654.il b/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b426654/b426654.il
index 6facf13ae3..6855bc4b16 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b426654/b426654.il
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b426654/b426654.il
@@ -218,34 +218,34 @@
.entrypoint
.maxstack 5
.locals init (class cs1 V_0,
- class [mscorlib]System.Threading.Thread V_1,
+ class [System.Threading.Thread]System.Threading.Thread V_1,
class [mscorlib]System.Threading.Timer V_2,
- class [mscorlib]System.Threading.Thread V_flip
+ class [System.Threading.Thread]System.Threading.Thread V_flip
)
IL_0000: nop
IL_0001: newobj instance void cs1::.ctor()
IL_0006: stloc.0
IL_0007: ldloc.0
IL_0008: ldftn instance void cs1::CheckVal()
- IL_000e: newobj instance void [mscorlib]System.Threading.ThreadStart::.ctor(object,
+ IL_000e: newobj instance void [System.Threading.Thread]System.Threading.ThreadStart::.ctor(object,
native int)
- IL_0013: newobj instance void [mscorlib]System.Threading.Thread::.ctor(class [mscorlib]System.Threading.ThreadStart)
+ IL_0013: newobj instance void [System.Threading.Thread]System.Threading.Thread::.ctor(class [System.Threading.Thread]System.Threading.ThreadStart)
IL_0018: stloc.1
IL_0019: ldloc.1
- IL_001a: callvirt instance void [mscorlib]System.Threading.Thread::Start()
+ IL_001a: callvirt instance void [System.Threading.Thread]System.Threading.Thread::Start()
IL_001f: nop
IL_0020: ldc.i4.0
- IL_0021: call void [mscorlib]System.Threading.Thread::Sleep(int32)
+ IL_0021: call void [System.Threading.Thread]System.Threading.Thread::Sleep(int32)
IL_0026: nop
IL_0027: ldloc.0
ldftn instance void cs1::Flip()
- newobj instance void [mscorlib]System.Threading.ThreadStart::.ctor(object,
+ newobj instance void [System.Threading.Thread]System.Threading.ThreadStart::.ctor(object,
native int)
- newobj instance void [mscorlib]System.Threading.Thread::.ctor(class [mscorlib]System.Threading.ThreadStart)
+ newobj instance void [System.Threading.Thread]System.Threading.Thread::.ctor(class [System.Threading.Thread]System.Threading.ThreadStart)
stloc V_flip
ldloc V_flip
- callvirt instance void [mscorlib]System.Threading.Thread::Start()
+ callvirt instance void [System.Threading.Thread]System.Threading.Thread::Start()
nop
@@ -263,11 +263,11 @@
int32)
IL_0046: stloc.2
IL_0047: ldloc.1
- IL_0048: callvirt instance void [mscorlib]System.Threading.Thread::Join()
+ IL_0048: callvirt instance void [System.Threading.Thread]System.Threading.Thread::Join()
IL_004d: nop
ldloc V_flip
- callvirt instance void [mscorlib]System.Threading.Thread::Join()
+ callvirt instance void [System.Threading.Thread]System.Threading.Thread::Join()
nop
IL_004e: ldstr "Test SUCCESS"