From dd8376f4148779971e728bd473d423d59b4e0705 Mon Sep 17 00:00:00 2001
From: akashk4 <akashk4@illinois.edu>
Date: Mon, 20 Jan 2020 14:00:30 -0600
Subject: [PATCH] Update README.md

---
 README.md | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/README.md b/README.md
index e78ac77bea..2fba9481fa 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Some common options that can be used with CMake are:
 
 * -DLLVM_ENABLE_ASSERTIONS=On --- Compile with assertion checks enabled (default is Yes for Debug builds, No for all other build types).
 
-#Building hpvm runtime
+## Building hpvm runtime
 HPVM also includes a runtime library which comprises of low-level, target-specific wrappers required by HPVM's code generation.
 ```shell
 cd projects/visc-rt
@@ -58,14 +58,3 @@ export LLVM_SRC_ROOT=<full path to hpvm>/llvm
 Benchmark suites have been migrated to the LLVM 4.0 build. They are located
 in [VISC](/llvm/test/VISC/parboil/benchmarks).
 
-### Running an example (sgemm in parboil)
-```shell
-cd llvm/test/VISC/parboil/benchmarks/sgemm
-make 
-make run
-```
-
-### Other Old Components
-
-Search this repository for "visc", case-insensitive.
-
-- 
GitLab