From bb806560d07a3535f782519f3a15a60d9be256df Mon Sep 17 00:00:00 2001 From: Akash Kothari <akashk4@tyler.cs.illinois.edu> Date: Fri, 24 Jan 2020 17:31:26 -0600 Subject: [PATCH] Fixed typos in regression tests --- 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 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/hpvm/test/regressionTests/GenVISC/AllocationNode.ll b/hpvm/test/regressionTests/GenVISC/AllocationNode.ll index e3b2d81b94..30260eb6c0 100644 --- a/hpvm/test/regressionTests/GenVISC/AllocationNode.ll +++ b/hpvm/test/regressionTests/GenVISC/AllocationNode.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMGenVISC.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMHPVM.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 72c3d110e2..5e4d10ac56 100644 --- a/hpvm/test/regressionTests/GenVISC/CreateNode.ll +++ b/hpvm/test/regressionTests/GenVISC/CreateNode.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMGenVISC.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMHPVM.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 a4e802f5cd..c61438e0a2 100644 --- a/hpvm/test/regressionTests/GenVISC/CreateNodeAndEdge.ll +++ b/hpvm/test/regressionTests/GenVISC/CreateNodeAndEdge.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMGenVISC.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMHPVM.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 3f89f80c00..3c0c1faaa3 100644 --- a/hpvm/test/regressionTests/GenVISC/LeafBindEdge.ll +++ b/hpvm/test/regressionTests/GenVISC/LeafBindEdge.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMGenVISC.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMHPVM.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 523499eccb..ccb9540b97 100644 --- a/hpvm/test/regressionTests/GenVISC/LeafNodeGetters.ll +++ b/hpvm/test/regressionTests/GenVISC/LeafNodeGetters.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMGenVISC.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMHPVM.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 f21b072f5e..43ce5bf16f 100644 --- a/hpvm/test/regressionTests/GenVISC/PopAndPush.ll +++ b/hpvm/test/regressionTests/GenVISC/PopAndPush.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMGenVISC.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMHPVM.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 aeb9840302..41cec4575e 100644 --- a/hpvm/test/regressionTests/GenVISC/ThreeLevel.ll +++ b/hpvm/test/regressionTests/GenVISC/ThreeLevel.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMGenVISC.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMHPVM.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 d1b930b529..5889afd2e7 100644 --- a/hpvm/test/regressionTests/GenVISC/ThreeLevelEdge.ll +++ b/hpvm/test/regressionTests/GenVISC/ThreeLevelEdge.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMGenVISC.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMHPVM.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 36a61feb1c..06d4d32f2a 100644 --- a/hpvm/test/regressionTests/GenVISC/TwoLaunch.ll +++ b/hpvm/test/regressionTests/GenVISC/TwoLaunch.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMGenVISC.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMHPVM.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 e5b4c21681..c6bbdcafa4 100644 --- a/hpvm/test/regressionTests/GenVISC/TwoLevel.ll +++ b/hpvm/test/regressionTests/GenVISC/TwoLevel.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMGenVISC.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMHPVM.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 1c26746919..439dd30598 100644 --- a/hpvm/test/regressionTests/GenVISC/oneLaunchAlloca.ll +++ b/hpvm/test/regressionTests/GenVISC/oneLaunchAlloca.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMGenVISC.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMHPVM.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 892049e674..58960feefb 100644 --- a/hpvm/test/regressionTests/GenVISC/oneLaunchMalloc.ll +++ b/hpvm/test/regressionTests/GenVISC/oneLaunchMalloc.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMGenVISC.so -S -genhpvm < %s | FileCheck %s +; RUN: opt -load LLVMHPVM.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