summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-07 21:26:51 +0000
committerChris Lattner <sabre@nondot.org>2001-09-07 21:26:51 +0000
commita105022a7853e3846f6720986d70bd3d426ff03f (patch)
treec8d5bb9c3c18bcd1a44e7619fa3cf00a298a0ca3 /tools
parent46ac43c1bbdf010507f61750368297889ac1b6c6 (diff)
downloadexternal_llvm-a105022a7853e3846f6720986d70bd3d426ff03f.zip
external_llvm-a105022a7853e3846f6720986d70bd3d426ff03f.tar.gz
external_llvm-a105022a7853e3846f6720986d70bd3d426ff03f.tar.bz2
Uhm... that was really bad
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@493 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/tests/testPow2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tests/testPow2.cpp b/tools/tests/testPow2.cpp
index 25f0ecd..d9ecb4a 100644
--- a/tools/tests/testPow2.cpp
+++ b/tools/tests/testPow2.cpp
@@ -2,7 +2,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include "/home/vadve/vadve/Research/DynOpt/LLVM/llvm/include/llvm/Support/MathExtras.h"
+#include "llvm/Support/MathExtras.h"
inline void
testPow(int C, bool isPow)