From 1a79d34243eedcc392a8d4b3deca829362aaa49a Mon Sep 17 00:00:00 2001
From: akashk4 <akashk4@illinois.edu>
Date: Fri, 24 Jan 2020 02:20:37 -0600
Subject: [PATCH] Update README.md with checkout instructions

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a95da35b66..e710e9aae7 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ You would need to download and install the following components for to use HPVM.
 Checkout HPVM:
 ```shell
 git clone https://gitlab.engr.illinois.edu/llvm/hpvm.git
-git checkout hpvm-reorg-9 (this step may not be needed once code is mirrored on Github)
+git checkout hpvm-release
 ```
 
 HPVM installer script can be used to download, configure and build HPVM along with LLVM and other subprojects including Clang. 
-- 
GitLab