From dbc5f013cd81c8bace882fb6626665fbe38d41dc Mon Sep 17 00:00:00 2001 From: Yifan Zhao <yifanz16@illinois.edu> Date: Fri, 24 Jan 2020 17:41:47 -0600 Subject: [PATCH] Finished typo fixes in bb806560d --- hpvm/test/regressionTests/BuildDFG/LeafInComingBindEdge.ll | 2 +- hpvm/test/regressionTests/BuildDFG/ThreeLevelEdge.ll | 2 +- hpvm/test/regressionTests/BuildDFG/TwoLevel.ll | 2 +- hpvm/test/regressionTests/GenVISC/AllocationNode.ll | 2 +- hpvm/test/regressionTests/GenVISC/CreateNode.ll | 2 +- hpvm/test/regressionTests/GenVISC/CreateNodeAndEdge.ll | 2 +- hpvm/test/regressionTests/GenVISC/LeafBindEdge.ll | 2 +- hpvm/test/regressionTests/GenVISC/LeafNodeGetters.ll | 2 +- hpvm/test/regressionTests/GenVISC/PopAndPush.ll | 2 +- hpvm/test/regressionTests/GenVISC/ThreeLevel.ll | 2 +- hpvm/test/regressionTests/GenVISC/ThreeLevelEdge.ll | 2 +- hpvm/test/regressionTests/GenVISC/TwoLaunch.ll | 2 +- hpvm/test/regressionTests/GenVISC/TwoLevel.ll | 2 +- hpvm/test/regressionTests/GenVISC/oneLaunchAlloca.ll | 2 +- hpvm/test/regressionTests/GenVISC/oneLaunchMalloc.ll | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/hpvm/test/regressionTests/BuildDFG/LeafInComingBindEdge.ll b/hpvm/test/regressionTests/BuildDFG/LeafInComingBindEdge.ll index 7ea6bbf056..8ce516e26e 100644 --- a/hpvm/test/regressionTests/BuildDFG/LeafInComingBindEdge.ll +++ b/hpvm/test/regressionTests/BuildDFG/LeafInComingBindEdge.ll @@ -1,4 +1,4 @@ -; RUN: opt -laod LLVMBuildDFG.so < %s +; RUN: opt -load LLVMBuildDFG.so < %s ; ModuleID = 'LeafBindEdge.ll' source_filename = "LeafBindEdge.c" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" diff --git a/hpvm/test/regressionTests/BuildDFG/ThreeLevelEdge.ll b/hpvm/test/regressionTests/BuildDFG/ThreeLevelEdge.ll index d1b930b529..4e97523049 100644 --- a/hpvm/test/regressionTests/BuildDFG/ThreeLevelEdge.ll +++ b/hpvm/test/regressionTests/BuildDFG/ThreeLevelEdge.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMGenVISC.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMGenHPVM.so -S -genhpvm < %s | FileCheck %s ; ModuleID = 'ThreeLevelEdge.c' source_filename = "ThreeLevelEdge.c" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" diff --git a/hpvm/test/regressionTests/BuildDFG/TwoLevel.ll b/hpvm/test/regressionTests/BuildDFG/TwoLevel.ll index e5b4c21681..a84f52a335 100644 --- a/hpvm/test/regressionTests/BuildDFG/TwoLevel.ll +++ b/hpvm/test/regressionTests/BuildDFG/TwoLevel.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMGenVISC.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMGenHPVM.so -S -genhpvm < %s | FileCheck %s ; ModuleID = 'TwoLevel.c' source_filename = "TwoLevel.c" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" diff --git a/hpvm/test/regressionTests/GenVISC/AllocationNode.ll b/hpvm/test/regressionTests/GenVISC/AllocationNode.ll index 30260eb6c0..db5f3ebbfc 100644 --- a/hpvm/test/regressionTests/GenVISC/AllocationNode.ll +++ b/hpvm/test/regressionTests/GenVISC/AllocationNode.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMHPVM.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMGenHPVM.so -S -genhpvm < %s | FileCheck %s ; ModuleID = 'AllocationNode.c' source_filename = "AllocationNode.c" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" diff --git a/hpvm/test/regressionTests/GenVISC/CreateNode.ll b/hpvm/test/regressionTests/GenVISC/CreateNode.ll index 5e4d10ac56..eac081b070 100644 --- a/hpvm/test/regressionTests/GenVISC/CreateNode.ll +++ b/hpvm/test/regressionTests/GenVISC/CreateNode.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMHPVM.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMGenHPVM.so -S -genhpvm < %s | FileCheck %s ; ModuleID = 'CreateNode.c' source_filename = "CreateNode.c" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" diff --git a/hpvm/test/regressionTests/GenVISC/CreateNodeAndEdge.ll b/hpvm/test/regressionTests/GenVISC/CreateNodeAndEdge.ll index c61438e0a2..ae908f0fe9 100644 --- a/hpvm/test/regressionTests/GenVISC/CreateNodeAndEdge.ll +++ b/hpvm/test/regressionTests/GenVISC/CreateNodeAndEdge.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMHPVM.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMGenHPVM.so -S -genhpvm < %s | FileCheck %s ; ModuleID = 'CreateNodeAndEdge.c' source_filename = "CreateNodeAndEdge.c" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" diff --git a/hpvm/test/regressionTests/GenVISC/LeafBindEdge.ll b/hpvm/test/regressionTests/GenVISC/LeafBindEdge.ll index 3c0c1faaa3..a17e489af5 100644 --- a/hpvm/test/regressionTests/GenVISC/LeafBindEdge.ll +++ b/hpvm/test/regressionTests/GenVISC/LeafBindEdge.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMHPVM.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMGenHPVM.so -S -genhpvm < %s | FileCheck %s ; ModuleID = 'LeafBindEdge.c' source_filename = "LeafBindEdge.c" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" diff --git a/hpvm/test/regressionTests/GenVISC/LeafNodeGetters.ll b/hpvm/test/regressionTests/GenVISC/LeafNodeGetters.ll index ccb9540b97..70ce0902a9 100644 --- a/hpvm/test/regressionTests/GenVISC/LeafNodeGetters.ll +++ b/hpvm/test/regressionTests/GenVISC/LeafNodeGetters.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMHPVM.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMGenHPVM.so -S -genhpvm < %s | FileCheck %s ; ModuleID = 'LeafNodeGetters.c' source_filename = "LeafNodeGetters.c" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" diff --git a/hpvm/test/regressionTests/GenVISC/PopAndPush.ll b/hpvm/test/regressionTests/GenVISC/PopAndPush.ll index 43ce5bf16f..3d7f156e7f 100644 --- a/hpvm/test/regressionTests/GenVISC/PopAndPush.ll +++ b/hpvm/test/regressionTests/GenVISC/PopAndPush.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMHPVM.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMGenHPVM.so -S -genhpvm < %s | FileCheck %s ; ModuleID = 'PopAndPush.c' source_filename = "PopAndPush.c" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" diff --git a/hpvm/test/regressionTests/GenVISC/ThreeLevel.ll b/hpvm/test/regressionTests/GenVISC/ThreeLevel.ll index 41cec4575e..d861e91888 100644 --- a/hpvm/test/regressionTests/GenVISC/ThreeLevel.ll +++ b/hpvm/test/regressionTests/GenVISC/ThreeLevel.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMHPVM.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMGenHPVM.so -S -genhpvm < %s | FileCheck %s ; ModuleID = 'ThreeLevel.c' source_filename = "ThreeLevel.c" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" diff --git a/hpvm/test/regressionTests/GenVISC/ThreeLevelEdge.ll b/hpvm/test/regressionTests/GenVISC/ThreeLevelEdge.ll index 5889afd2e7..4e97523049 100644 --- a/hpvm/test/regressionTests/GenVISC/ThreeLevelEdge.ll +++ b/hpvm/test/regressionTests/GenVISC/ThreeLevelEdge.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMHPVM.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMGenHPVM.so -S -genhpvm < %s | FileCheck %s ; ModuleID = 'ThreeLevelEdge.c' source_filename = "ThreeLevelEdge.c" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" diff --git a/hpvm/test/regressionTests/GenVISC/TwoLaunch.ll b/hpvm/test/regressionTests/GenVISC/TwoLaunch.ll index 06d4d32f2a..cb7422a240 100644 --- a/hpvm/test/regressionTests/GenVISC/TwoLaunch.ll +++ b/hpvm/test/regressionTests/GenVISC/TwoLaunch.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMHPVM.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMGenHPVM.so -S -genhpvm < %s | FileCheck %s ; ModuleID = 'TwoLaunch.c' source_filename = "TwoLaunch.c" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" diff --git a/hpvm/test/regressionTests/GenVISC/TwoLevel.ll b/hpvm/test/regressionTests/GenVISC/TwoLevel.ll index c6bbdcafa4..a84f52a335 100644 --- a/hpvm/test/regressionTests/GenVISC/TwoLevel.ll +++ b/hpvm/test/regressionTests/GenVISC/TwoLevel.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMHPVM.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMGenHPVM.so -S -genhpvm < %s | FileCheck %s ; ModuleID = 'TwoLevel.c' source_filename = "TwoLevel.c" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" diff --git a/hpvm/test/regressionTests/GenVISC/oneLaunchAlloca.ll b/hpvm/test/regressionTests/GenVISC/oneLaunchAlloca.ll index 439dd30598..efcf8f2b6b 100644 --- a/hpvm/test/regressionTests/GenVISC/oneLaunchAlloca.ll +++ b/hpvm/test/regressionTests/GenVISC/oneLaunchAlloca.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMHPVM.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMGenHPVM.so -S -genhpvm < %s | FileCheck %s ; ModuleID = 'oneLaunchAlloca.c' source_filename = "oneLaunchAlloca.c" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" diff --git a/hpvm/test/regressionTests/GenVISC/oneLaunchMalloc.ll b/hpvm/test/regressionTests/GenVISC/oneLaunchMalloc.ll index 58960feefb..78fdd9180b 100644 --- a/hpvm/test/regressionTests/GenVISC/oneLaunchMalloc.ll +++ b/hpvm/test/regressionTests/GenVISC/oneLaunchMalloc.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMHPVM.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMGenHPVM.so -S -genhpvm < %s | FileCheck %s ; ModuleID = 'oneLaunchMalloc.c' source_filename = "oneLaunchMalloc.c" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" -- GitLab