From 296a54ec9a2e753a1f5d1c426fb7c5e7575e9dcb Mon Sep 17 00:00:00 2001 From: Timotej Kapus Date: Thu, 21 Jun 2018 17:01:02 +0100 Subject: Make ConstantExpr hashing function faster and modify affected test --- test/Feature/DeterministicSwitch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Feature/DeterministicSwitch.c') diff --git a/test/Feature/DeterministicSwitch.c b/test/Feature/DeterministicSwitch.c index b6c186ff..fc83063b 100644 --- a/test/Feature/DeterministicSwitch.c +++ b/test/Feature/DeterministicSwitch.c @@ -27,11 +27,11 @@ int main(int argc, char **argv) { } // CHECK-DFS: default - // CHECK-DFS: space // CHECK-DFS: tab + // CHECK-DFS: space - // CHECK-BFS: tab // CHECK-BFS: space + // CHECK-BFS: tab // CHECK-BFS: default return 0; -- cgit 1.4.1